|
|
(915 intermediate revisions by the same user not shown) |
Line 1: |
Line 1: |
| /* CSS placed here will be applied to all skins */ | | /* CSS placed here will be applied to all skins */ |
|
| |
|
| /* Link formating */ | | /* Link formating |
| a.new:visited, #ca-talk > span > a { color: #d6b295 !important; } | | a.new:visited, #ca-talk > span > a { color: #d6b295 !important; } |
| a.new:link, #ca-talk > span > a { color: #926b6b !important; } | | a.new:link, #ca-talk > span > a { color: #926b6b !important; } |
| a.external, #ca-talk > span > a {color: #f2d7c1 !important; } | | a.external, #ca-talk > span > a {color: #f2d7c1 !important; } |
| a:link, #ca-talk > span > a { color: #f2d7c1 !important; } | | a:link, #ca-talk > span > a { color: #f2d7c1 !important; } |
| | .hycontent a:hover, #ca-talk > span > a {color: #9c8a7b !important; } |
| | */ |
|
| |
|
| | | /* Infobox test */ |
| /* Tabber Formating */ | | .infobox-container { |
| tabbernav {
| | position: relative; |
| font-family: inherit !important;
| | display: inline-block; |
| font-weight: normal !important;
| | margin: 5; |
| font-size: 16px !important;
| | padding: 5; |
| overflow: hidden !important;
| | width: auto; |
| padding: 0.3em 0 !important;
| |
| }
| |
| | |
| .tabbernav a {
| |
| padding: 0.3em 0.5em !important; | |
| margin: 0 !important;
| |
| color: none !important;
| |
| border: none !important;
| |
| background: #282829 !important;
| |
| }
| |
| | |
| .tabbernav li {
| |
| display: inline-block !important; | |
| margin-top: 0 !important; | |
| }
| |
| | |
| | |
| .tabbertab {
| |
| border: none !important;
| |
| padding: 0 !important; | |
| }
| |
| | |
| .tabbernav {
| |
| text-align:center; | |
| }
| |
| | |
| ul.tabbernav li a {
| |
| border: none;
| |
| background: #282829 !important;
| |
| border-radius: 0 0 0 0;
| |
| -moz-border-radius: 0 0 0 0;
| |
| -webkit-border-radius: 0 0 0 0;
| |
| -o-border-radius: 0 0 0 0;
| |
| } | | } |
|
| | /* Plain list */ |
| ul.tabbernav li.tabberactive a { | | .plainlist ul { |
| background: #59595c !important;
| | line-height: inherit; |
| border: none;
| | list-style: none none; |
| border-radius: 0 0 0 0;
| | margin: 0; |
| -moz-border-radius: 0 0 0 0;
| |
| -webkit-border-radius: 0 0 0 0;
| |
| -o-border-radius: 0 0 0 0;
| |
| color: black !important;
| |
| font-weight: bold !important;
| |
| } | | } |
| | | .plainlist ul li { |
| /* Background Images for Pages */
| | margin-bottom: 0; |
| | |
| .page-User_Jamintheinfinite{ | |
| background-image: linear-gradient(rgba(10,10,10,.70), rgba(10,10,10,.70)),
| |
| url("https://hub.scpslgame.com/images/0/0d/Hubert1.jpg");
| |
| background-position: center top; | |
| background-repeat: no-repeat;
| |
| background-attachment: fixed;
| |
| background-size:cover;
| |
| }
| |
|
| |
| .page-User_DentyMods{
| |
| background-image: linear-gradient(rgba(10,10,10,.70), rgba(10,10,10,.70)),
| |
| url("https://hub.scpslgame.com/images/0/0d/Hubert1.jpg");
| |
| background-position: center top;
| |
| background-repeat: no-repeat;
| |
| background-attachment: fixed;
| |
| background-size:cover;
| |
| }
| |
| | |
| /* Test Background Images for Pages */
| |
| .page-Light_Containment_Zone{
| |
| background-image: linear-gradient(rgba(23,23,23,.70), rgba(23,23,23,.70)),
| |
| url("https://hub.scpslgame.com/images/b/bd/LCZ_Straight.png");
| |
| background-position: center top;
| |
| background-repeat: no-repeat;
| |
| background-attachment:fixed;
| |
| background-size:cover;
| |
| } | | } |
|
| |
|
| .page-Heavy_Containment_Zone{
| |
| background-image: linear-gradient(rgba(23,23,23,.70), rgba(23,23,23,.70)),
| |
| url("https://hub.scpslgame.com/images/c/c2/HCZ_3way.png");
| |
| background-position: center top;
| |
| background-repeat: no-repeat;
| |
| background-attachment:fixed;
| |
| background-size:cover;
| |
| }
| |
|
| |
| .page-Entrance_Zone{
| |
| background-image: linear-gradient(rgba(23,23,23,.70), rgba(23,23,23,.70)),
| |
| url("https://hub.scpslgame.com/images/0/00/EZ_HL_C.jpg");
| |
| background-position: center top;
| |
| background-repeat: no-repeat;
| |
| background-attachment:fixed;
| |
| background-size:cover;
| |
| }
| |
|
| |
| .page-Surface_Zone{
| |
| background-image: linear-gradient(rgba(23,23,23,.70), rgba(23,23,23,.70)),
| |
| url("https://hub.scpslgame.com/images/3/31/SZ_Gate_A_Road.jpg");
| |
| background-position: center top;
| |
| background-repeat: no-repeat;
| |
| background-attachment:fixed;
| |
| background-size:cover;
| |
| }
| |
| .page-SCP-079{
| |
| background-image: linear-gradient(rgba(23,23,23,.70), rgba(23,23,23,.70)),
| |
| url("https://hub.scpslgame.com/images/5/59/CC_079_Chamber.png");
| |
| background-position: center top;
| |
| background-repeat: no-repeat;
| |
| background-attachment:fixed;
| |
| background-size:cover;
| |
| }
| |
|
| |
| .page-SCP-096{
| |
| background-image: linear-gradient(rgba(23,23,23,.70), rgba(23,23,23,.70)),
| |
| url("https://hub.scpslgame.com/images/b/be/096%27s_CC_Door.png");
| |
| background-position: center top;
| |
| background-repeat: no-repeat;
| |
| background-attachment:fixed;
| |
| background-size:cover;
| |
| }
| |
|
| |
| .page-Chaos_Insurgent{
| |
| background-image: linear-gradient(rgba(23,23,23,.70), rgba(23,23,23,.70)),
| |
| url("https://hub.scpslgame.com/images/d/db/Chaos_Car.jpg");
| |
| background-position: center top;
| |
| background-repeat: no-repeat;
| |
| background-attachment:fixed;
| |
| background-size:cover;
| |
| }
| |
|
| |
| .page-Mobile_Task_Force{
| |
| background-image: linear-gradient(rgba(23,23,23,.70), rgba(23,23,23,.70)),
| |
| url("https://hub.scpslgame.com/images/b/b4/NTF_Helicopter.jpg");
| |
| background-position: center top;
| |
| background-repeat: no-repeat;
| |
| background-attachment:fixed;
| |
| background-size:cover;
| |
| }
| |
|
| |
| .page-Main_Page{
| |
| background-image: linear-gradient(rgba(23,23,23,.70), rgba(23,23,23,.70)),
| |
| url("https://hub.scpslgame.com/images/4/4b/SCP-096_Rework.png");
| |
| background-position: center top;
| |
| background-repeat: no-repeat;
| |
| background-attachment:fixed;
| |
| background-size:cover;
| |
| }
| |
|
| |
| .page-Ų͔ͯ͒͆̈̎͑ͮp̬̻͚͒̈͑̇d͉̹̼̹͙ͅa͎͉̐t͚̫͎͓̠͈́̿e̺̲̓s̵̬͎͚̗͎̉͑̇ͯͅ_̠̝͉͢9̷̘͉͉͂̈́̓̃_͙̰ͥͩ0̰̝͍͎̤͍̟ͭ̋̆̉̇̿̉_̶̥̹͎͕̱̿͌4̧̣̟̪̹̹̤̏ͣ{
| |
| background-image: linear-gradient(rgba(23,23,23,.70), rgba(23,23,23,.70)),
| |
| url("https://hub.scpslgame.com/images/1/1e/GlitchedSCP-079.jpg");
| |
| background-position: center top;
| |
| background-repeat: no-repeat;
| |
| background-attachment: fixed;
| |
| background-size:cover;
| |
| }
| |
|
| |
|
| |
| div.thumbinner {
| |
| border: 0 solid transparent;
| |
| padding: 3px !important;
| |
| background-color: transparent;
| |
| font-size: 94%;
| |
| text-align: center;
| |
| overflow: hidden;
| |
| }
| |
|
| |
| html .thumbimage {
| |
| border: 0 none transparent;
| |
| }
| |
|
| |
| html .thumbcaption {
| |
| border: none;
| |
| line-height: 1.4em;
| |
| padding: 3px;
| |
| font-size: 94%;
| |
| }
| |
|
| |
|
| div.magnify { | | div.magnify { |
Line 217: |
Line 54: |
| pre { overflow: auto; } | | pre { overflow: auto; } |
|
| |
|
| /* Hover Box for switching the visibility of the selected item */ | | |
| .hoverbox { display:inline-block; padding:0em; } | | /* |
| .hoverbox .hoveritem { display:none; margin:0em; padding:0em; }
| | .hoverbox:hover:after { |
| .hoverbox .hoveritem.selected { display:inline-block; }
| | opacity: 0; |
| .hoverbox:hover .hoveritem { display:inline-block; }
| | transition:display 0.5s!important; |
| .hoverbox:hover .hoveritem.selected { display:none; } | | transition: 0.5s; |
| | } |
| | */ |
| | |
| | |
| | .smwtable .row-even { |
| | background-color: #2e2e2e; |
| | } |