Difference between revisions of "MediaWiki:Common.css"

From BTGuard Wiki
Jump to: navigation, search
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
  
#p-logo {
+
.left
        z-index: 3;
+
{
        position: absolute; /*needed to use z-index */
+
position:absolute;
        top: 0;
+
right:620px;
        left: 0;
+
width:620px;
        height: 155px;
+
        width: 12em;
+
        overflow: visible;
+
 
}
 
}
  
#banner {
+
.right
    color: #2B2A29;
+
{
    display: block;
+
position:absolute;
    font-size: 2em;
+
right:0px;
    height: 280px;
+
width:300px;
    line-height: 1.5em;
+
}
    margin-top: 75px;
+
 
    opacity: 1;
+
.img
    padding: 20px 0;
+
{
    text-align: center;
+
margin-left:100px;
    text-shadow: -1px 1px 1px white;
+
margin-top:25px;
    width: 940px;
+
margin-bottom:25px;
 
}
 
}

Revision as of 16:59, 18 April 2013

/* CSS placed here will be applied to all skins */

.left
{
position:absolute;
right:620px;
width:620px;
}

.right
{
position:absolute;
right:0px;
width:300px;
}

.img
{
margin-left:100px;
margin-top:25px;
margin-bottom:25px;
}