Difference between revisions of "MediaWiki:Csinferno.css"
From CS Codex
(Created page with "test") |
|||
Line 1: | Line 1: | ||
− | + | /* For new Main Page stuff */ | |
+ | |||
+ | @import url("//wiki.teamliquid.net/commons/load.php?articles=MediaWiki:Common.css/TeamTemplates.css|MediaWiki:Common.css/DivTable.css|MediaWiki:Common.css/TeamTemplates.css|MediaWiki:Common.css/Matchticker.css|MediaWiki:Common.css/Mainpage.css&only=styles&mode=articles&*"); | ||
+ | |||
+ | /* Back to regular stuff */ | ||
+ | /* CSS placed here will affect users of the csinferno skin */ | ||
+ | |||
+ | /* hide stuff based on LiquiFlow skin being used or not */ | ||
+ | body.skin-liquiflow .hide-in-liquiflow, | ||
+ | body:not(.skin-liquiflow) .hide-in-not-liquiflow { | ||
+ | display:none; | ||
+ | } | ||
+ | |||
+ | /******************************************************************************* | ||
+ | Template(s): Box | ||
+ | Author(s): ??? | ||
+ | *******************************************************************************/ | ||
+ | @media(min-width:601px) { | ||
+ | .template-box { | ||
+ | display:inline-block; | ||
+ | vertical-align:top; | ||
+ | margin:0 0 0 0; | ||
+ | } | ||
+ | } | ||
+ | |||
+ | blockquote.quote { | ||
+ | background: none repeat scroll 0 0 #E0ECF6; | ||
+ | border:1px solid #aaa; | ||
+ | border-left: 5px solid #9FB5C8; | ||
+ | font-family: "Open Sans",sans-serif; | ||
+ | font-style: italic; | ||
+ | overflow: hidden; | ||
+ | padding: 5px 60px; | ||
+ | position: relative; | ||
+ | } | ||
+ | blockquote.quote:before { | ||
+ | color: #9FB5C8; | ||
+ | content: open-quote; | ||
+ | float: left; | ||
+ | font-size: 5em; | ||
+ | left: 0px; | ||
+ | position: absolute; | ||
+ | top: 20px; | ||
+ | } | ||
+ | blockquote.quote:after { | ||
+ | bottom: -10px; | ||
+ | color: #9FB5C8; | ||
+ | content: close-quote; | ||
+ | font-size: 5em; | ||
+ | position: absolute; | ||
+ | right: 10px; | ||
+ | } |
Revision as of 23:47, 16 July 2021
/* For new Main Page stuff */
@import url("//wiki.teamliquid.net/commons/load.php?articles=MediaWiki:Common.css/TeamTemplates.css|MediaWiki:Common.css/DivTable.css|MediaWiki:Common.css/TeamTemplates.css|MediaWiki:Common.css/Matchticker.css|MediaWiki:Common.css/Mainpage.css&only=styles&mode=articles&*");
/* Back to regular stuff */
/* CSS placed here will affect users of the csinferno skin */
/* hide stuff based on LiquiFlow skin being used or not */
body.skin-liquiflow .hide-in-liquiflow,
body:not(.skin-liquiflow) .hide-in-not-liquiflow {
display:none;
}
/*******************************************************************************
Template(s): Box
Author(s): ???
*******************************************************************************/
@media(min-width:601px) {
.template-box {
display:inline-block;
vertical-align:top;
margin:0 0 0 0;
}
}
blockquote.quote {
background: none repeat scroll 0 0 #E0ECF6;
border:1px solid #aaa;
border-left: 5px solid #9FB5C8;
font-family: "Open Sans",sans-serif;
font-style: italic;
overflow: hidden;
padding: 5px 60px;
position: relative;
}
blockquote.quote:before {
color: #9FB5C8;
content: open-quote;
float: left;
font-size: 5em;
left: 0px;
position: absolute;
top: 20px;
}
blockquote.quote:after {
bottom: -10px;
color: #9FB5C8;
content: close-quote;
font-size: 5em;
position: absolute;
right: 10px;
}