mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-01-05 07:02:36 +00:00
- Added Exosuit Nuclear Reactor - Added Ripley construction steps sprites (courtesy of WJohnston) - Exosuit Sleeper can now inject occupant with reagents taken from Syringe Gun - Exosuit Cable Layer will now auto-dismantle floors - Exosuit Heavy Lazer cooldown increased, Scattershot now fires medium calibre ammo (less damage) - EMP now drains half of current exosuit cell charge, not half of maximum charge. - Exosuit wreckage can be pulled - Fixed several possible exosuit equipment runtimes - Moved all mecha-related icons to icons/mecha - Mecha equipment messages will show equipment icons in chat window - Fixed mecha creation reports being sent at wrong construction step - Played with changelog markup. For some reason javascript is extremely slow in byond browser, I'll look into it. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@3057 316c924e-a436-60f5-8080-3fe189b3f50e
33 lines
1.7 KiB
CSS
33 lines
1.7 KiB
CSS
a img {border:none;}
|
|
.bgimages16 li {
|
|
padding:2px 10px 2px 30px;
|
|
background-position:6px center;
|
|
background-repeat:no-repeat;
|
|
border:1px solid #ddd;
|
|
border-left:4px solid #999;
|
|
margin-bottom:2px;
|
|
}
|
|
.bugfix {background-image:url(bug-minus.png)}
|
|
.wip {background-image:url(hard-hat-exclamation.png)}
|
|
.tweak {background-image:url(wrench-screwdriver.png)}
|
|
.soundadd {background-image:url(music-plus.png)}
|
|
.sounddel {background-image:url(music-minus.png)}
|
|
.rscdel {background-image:url(cross-circle.png)}
|
|
.rscadd {background-image:url(tick-circle.png)}
|
|
.imageadd {background-image:url(image-plus.png)}
|
|
.imagedel {background-image:url(image-minus.png)}
|
|
.spellcheck {background-image:url(spell-check.png)}
|
|
.experiment {background-image:url(burn-exclamation.png)}
|
|
.sansserif {font-family:Tahoma,sans-serif;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;font-size:0.8em;}
|
|
.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;}
|
|
.drop {cursor:pointer;border:1px solid #999;display:inline;font-size:0.9em;padding:1px 20px 1px 5px;line-height:16px;}
|
|
.hidden {display:none;}
|
|
.indrop {margin:2px 0 0 0;clear:both;background:#fff;border:1px solid #ddd;padding:5px 10px;}
|
|
.indrop p {margin:0;font-size:0.8em;line-height:16px;margin:1px 0;}
|
|
.indrop img {margin-right:5px;vertical-align:middle;}
|
|
.closed {background:url(chevron-expand.png) right center no-repeat;}
|
|
.open {background:url(chevron.png) right center no-repeat;}
|
|
.lic {font-size:9px;} |