From SCP: Secret Laboratory Hub Wiki

No edit summary
No edit summary
Line 8: Line 8:


/* Global CSS */
/* Global CSS */
/* Thumb image margins */
.div.tright {
margin: 0.5em 0 0.5em 0.5em;
}
/* Line height */
p {
line-height: 1.3;
}


/* Main page box sections*/
/* Main page box sections*/

Revision as of 20:07, 11 April 2019

a.nick_global-sysop, a.nick_global-sysop:visited { font-weight: bold; color: #008080 !important; }
a.nick_wiki-coordinator, a.nick_wiki-coordinator:visited { font-weight: bold; color: #43C6DB !important; }
a.nick_admin, a.nick_admin:visited { font-weight: bold; color: darkgreen !important; }
a.nick_steward, a.nick_steward:visited { font-weight:bold; color: darkorange !important; }
a.nick_friend, a.nick_friend:visited { color: green !important; }
a.nick_ip, a.nick_ip:visited { color: darkred; }
a.nick_dynamic_ip, a.nick_dynamic_ip:visited { color: #660066; }

/* Global CSS */

/* Thumb image margins */
.div.tright {
margin: 0.5em 0 0.5em 0.5em;
}

/* Line height */
p {
line-height: 1.3;
}

/* Main page box sections*/
.mp-section {
background:rgba(0,0,0,0.5);
border:1px solid white;
border-radius:5px;
color:white;
margin:10px 0 0 0;
}
.mp-header {
border-bottom:1px solid white;
color:white;
font-size:140%;
text-align:center;
margin:0 8px 10px 8px;
padding:5px 0 5px 0;
}
.mp-content {
border-bottom:1px solid white;
color:white;
padding:0 8px 8px 8px;
border-bottom:none;
overflow-wrap:break-word;
}
.mp-left {
float:left;
width:25%;
}
.mp-right {
float:right;
width:25%;
}
.mp-center {
margin:auto;
width:48%;
}
.mp-section hr {
margin:10px 0 10px 0;
background:white;
}
.mp-wide ul {
display: flex;
flex-flow: row wrap;
text-align: center;
margin: -2px 15px 8px 15px;
padding: 0;
}
.mp-wide ul li {
display: flex;
list-style: none;
flex-flow: column wrap;
flex: 1 0 10em;
margin: 0;
padding: 2px 10px;
font-size: 120%;
}


/* Infobox CSS */
.infobox {
    width: 256px;
    background-color: #222;
    font-size: 85%;
    border-radius: 7px;
    margin-bottom: 0.5em;
    margin-left: 1em;
    padding: 0 ;
    float: right;
    clear: right;
    border-bottom:none;
}
.infobox2 {
    text-align: center;
    background-color: #070707;
    margin: 0;
    font-size: 120%;
    padding: 0.25em;
    border-radius: 4px;
}
.infobox3 {
    font-weight: normal;
    text-align: center;
    font-family: 'Courier New';
    background-color: #070707;
    margin: 0;
    padding: 0;
    border-radius: 4px;

}
.infobox td, .infobox th {
   vertical-align: top;
   font-size: 85%;
}
.infobox caption {
   font-size: larger;
   margin-left: inherit;
}
.infobox.bordered {
   border-collapse: collapse;
}
.infobox.bordered td, .infobox.bordered th {
   border: 1px solid #aaaaaa;
}
.infobox.bordered .borderless td,
.infobox.bordered .borderless th {
   border: 0;
}


/* Header underline */
h1, h2{
	border-bottom: 1px solid white;
	padding-top: 5px;
}
h3, h4, h5, h6{
	padding-top: 5px;
}
.banner h1{
border-bottom: none;
padding-top: 0px;
}


/* Overrides to fix various style errors */

/* Pending request info box */
div.flaggedrevs_short_details {
border: 1px solid white;
background-color: #111;
color:white;
padding: 5px;
position: absolute;
top: 0;
right: -2px;
width: 25em;
}


/*Metadata table*/
.mw_metadata th {
background-color: #111;
font-weight: normal;
text-align: center;
}


/* Full-size image info bar */
.mw-mmv-image-metadata {
width: 100%;
position: relative;
margin-top: -30px;
border-top: 1px solid white;
background-color: #333;
padding-top: 2px;
color:white;
}
.mw-mmv-above-fold {
width: 100%;
height: 56px;
min-height: 56px;
position: relative;
padding-bottom: 30px;
background: #333;
color:white;
}
.mw-mmv-image-links li {
list-style: none;
font-size: 0.85em;
color: white;
}


/* File inspector buttons */
a.mw-ui-button{
text-decoration: none;
background: #111;
border: 1px solid white
}
a.mw-ui-button{
text-decoration: none;
color:white;
}
a.mw-ui-button:hover, a.mw-ui-button:focus{
text-decoration: none;
background: #111;
border: 1px solid white
}
a.mw-ui-button:hover,a.mw-ui-button:focus{
text-decoration: none;
color:white;
}


/* Popup notification box */
.mw-notification{
padding:0.75em 1.5em;
margin-bottom:0.5em;
border:solid 1px #ddd;
background-color:#111;
cursor:pointer;
opacity:0;
-webkit-transform:translateX(35px);
transform:translateX(35px);
-webkit-transition:opacity 0.35s ease-in-out,-webkit-transform 0.35s ease-in-out;
transition:opacity 0.35s ease-in-out,transform 0.35s ease-in-out;
}


/* Global preferences hover bar */
.globalprefs-hover {
background-color:#222;
}


/* Popup window */
.oo-ui-window-content {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #111;
}


/* Notifications white bars */

/* All|Read|Unread white bar */
.mw-echo-ui-notificationsInboxWidget-toolbarWrapper {
height: 3.5em;
position: sticky;
padding-top: 0.5em;
margin-top: -0.5em;
top: 0;
z-index: 2;
background: none;
box-shadow: 0 2px 0 0 rgba(0,0,0,0.1);
}


/* Recent activity box */
.mw-echo-ui-crossWikiUnreadFilterWidget {
border: 1px solid #c8ccd1;
padding: 0.7em;
width: 20em;
background: #111;
}
.mw-echo-ui-pageNotificationsOptionWidget.oo-ui-optionWidget-selected {
background-color: #222;
color: #3366cc;
border-radius:4px;
}


/* Cog dropdown */
.mw-echo-ui-specialHelpMenuWidget-menu .oo-ui-buttonWidget:hover {
background-color: #111;
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.