The Rocklopedia Fakebandica now has a podcast.
Listen now!

Difference between revisions of "MediaWiki:Common.css"

From Rocklopedia Fakebandica
Jump to navigationJump to search
Line 46: Line 46:
  
 
blockquote {
 
blockquote {
display: block;
+
    position: relative;
padding: 0 60px;
+
    text-indent: 2em;
width: 350px;
 
 
}
 
}
blockquote:before, blockquote:after {
+
color: #0099cc;
+
.bqstart,
display: block;
+
.bqend { font-size: 300%; }
font-size: 700%;
+
width: 50px;
+
.bqstart {
 +
    text-indent: 0;
 +
    position: absolute;
 +
    top: -0.2em;
 +
    left: 0;
 
}
 
}
blockquote:before {
+
content: '\201C';
+
.bqend {
height: 0;
+
    position: absolute;
margin-left: -0.55em;
+
    margin-top: -0.2em;
}
+
    right: 0;
blockquote:after {
+
    text-indent: 0;
content: '\201D';
 
height: 50px;
 
margin-top: -70px;
 
margin-left: 360px;
 
 
}
 
}

Revision as of 18:10, 8 June 2011

/* CSS placed here will be applied to all skins */
body.page-Main_Page h1.firstHeading { display:none; }
body {background: #e1e1e1 url("images/2/26/Background.png") 0px 0px; }
#content {
    background: #ffffff url('images/6/69/Smallbackground.png') no-repeat right bottom;
}
#p-personal a:link {color:#9400D3; font-weight:bold;
}
#p-personal a:visited {color:#9400D3; 
}
#p-personal a:hover {color:#003EFF;
}
#p-personal a:active {color:#003EFF;
}
/* make a few corners round, only supported by moz/firefox/other gecko browsers for now */ 
#p-cactions ul li, #p-cactions ul li a { 
-moz-border-radius-topleft: 0.4em; 
-moz-border-radius-topright: 0.4em; 
-webkit-border-radius-topleft: 0.4em; 
-webkit-border-radius-topright: 0.4em; 
-khtml-border-radius-topleft: 0.4em; 
-khtml-border-radius-topright: 0.4em; 
border-top-left-radius:0.4em;
border-top-right-radius:0.4em;
}
#content { 
-moz-border-radius-topleft: 0.6em; 
-moz-border-radius-bottomleft: 0.6em; 
-webkit-border-radius-topleft: 0.4em; 
-webkit-border-radius-bottomleft: 0.4em; 
-khtml-border-radius-topleft: 0.4em; 
-khtml-border-radius-bottomleft: 0.4em; 
border-top-left-radius:0.4em;
border-bottom-left-radius:0.4em;
}
div.pBody { 
-moz-border-radius-topright: 0.4em; 
-moz-border-radius-bottomright: 0.4em; 
-webkit-border-radius-topright: 0.4em; 
-webkit-border-radius-bottomright: 0.4em; 
-khtml-border-radius-topright: 0.4em; 
-khtml-border-radius-bottomright: 0.4em; 
border-top-right-radius:0.4em;
border-bottom-right-radius:0.4em;
}

blockquote {
    position: relative;
    text-indent: 2em;
}
 
.bqstart,
.bqend { font-size: 300%; }
 
.bqstart {
    text-indent: 0;
    position: absolute;
    top: -0.2em;
    left: 0;
}
 
.bqend {
    position: absolute;
    margin-top: -0.2em;
    right: 0;
    text-indent: 0;
}