mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-23 00:22:12 +00:00
76 lines
1.9 KiB
CSS
76 lines
1.9 KiB
CSS
body{font-family:Tahoma,sans-serif;}
|
|
.top{font-size:12px;}
|
|
a img {border:none;}
|
|
.bgimages16 li {
|
|
padding:2px 10px 2px 30px;
|
|
background-position:6px center;
|
|
background-repeat:no-repeat;
|
|
border:1px solid rgba(180, 180, 180, 0.3);
|
|
border-left:4px solid rgba(107, 107, 107, 0.3);
|
|
margin-bottom:2px;
|
|
position: relative;
|
|
}
|
|
.bugfix::before, .wip::before, .tweak::before, .soundadd::before, .sounddel::before, .rscdel::before, .rscadd::before, .imageadd::before, .imagedel::before, .spellcheck::before, .experiment::before, .maptweak::before, .balance::before, .admin::before, .backend::before, .security::before, .refactor::before {
|
|
font-family: 'Font Awesome 5 Free';
|
|
font-weight: 900;
|
|
position: absolute;
|
|
left: 6px;
|
|
top: 3px;
|
|
}
|
|
.bugfix::before {content: '\f188'}
|
|
.wip::before {content: '\f807'}
|
|
.tweak::before {content: '\f7d9'}
|
|
.soundadd::before {content: '\f001'}
|
|
.sounddel::before {content: '\f001'}
|
|
.rscdel::before {content: '\f057'}
|
|
.rscadd::before {content: '\f058'}
|
|
.imageadd::before {content: '\f03e'}
|
|
.imagedel::before {content: '\f03e'}
|
|
.spellcheck::before {content: '\f891'}
|
|
.experiment::before {content: '\f071'}
|
|
.maptweak::before {content: '\f279'}
|
|
.balance::before {content: '\f24e'}
|
|
.admin::before {content: '\f552'}
|
|
.backend::before {content: '\f0a0'}
|
|
.security::before {content: '\f3ed'}
|
|
.refactor::before {content: '\f0c3'}
|
|
.sansserif {font-size:12px;}
|
|
.commit {
|
|
margin-bottom:20px;
|
|
font-size:100%;font-weight:normal;
|
|
}
|
|
.changes {
|
|
list-style:none;
|
|
margin:5px 0;
|
|
padding:0 0 0 25px;
|
|
}
|
|
.date {
|
|
margin:10px 0;
|
|
color:blue;
|
|
border-bottom:2px solid #00f;
|
|
width:60%;
|
|
padding:2px 0;
|
|
font-size:1em;
|
|
font-weight:bold;
|
|
}
|
|
.author {
|
|
padding-left:10px;
|
|
margin:0;
|
|
font-weight:bold;
|
|
font-size:0.9em;
|
|
}
|
|
.hidden {display:none;}
|
|
.indrop p {
|
|
margin:0;
|
|
font-size:0.8em;
|
|
line-height:16px;
|
|
margin:1px 0;
|
|
}
|
|
.indrop img {
|
|
margin-right:5px;
|
|
vertical-align:middle;}
|
|
.lic {font-size:9px;}
|
|
.dark-theme .date {
|
|
color:goldenrod;
|
|
border-bottom:2px solid goldenrod;
|
|
} |