Difference between revisions of "MediaWiki:Common.css"

From The Broken Dagger Wiki
Jump to: navigation, search
m
m
 
(19 intermediate revisions by 2 users not shown)
Line 3: Line 3:
 
body {
 
body {
 
     background: white url("http://www.brokendagger.com/images/bd-wikibackground.png") fixed no-repeat top left;
 
     background: white url("http://www.brokendagger.com/images/bd-wikibackground.png") fixed no-repeat top left;
 +
    font-family: "Lucida Grande","Trebuchet MS",Verdana,Helvetica,Arial,sans-serif;
 +
}
 +
 +
a {
 +
    color: #52719A;
 +
    text-decoration: none;
 +
}
 +
 +
div#content a.external {
 +
    color: #52719A;
 
}
 
}
  
Line 25: Line 35:
 
#p-search, #p-tb, #p-navigation {
 
#p-search, #p-tb, #p-navigation {
 
     margin-top: 25px;
 
     margin-top: 25px;
     padding-top: 5px;
+
     padding-top: 10px;
 +
    background: white;
 +
    border: 1px solid #52719A;}
 +
 
 +
div.portal {
 +
    margin-top: 25px;
 +
    padding-top: 10px;
 
     background: white;
 
     background: white;
 
     border: 1px solid #52719A;}
 
     border: 1px solid #52719A;}
Line 34: Line 50:
 
     border: 1px solid #52719A;
 
     border: 1px solid #52719A;
 
     direction: ltr;
 
     direction: ltr;
     margin: 0 20px 0 180px;
+
     margin: 0 10% 0 180px;
 
     padding: 1em;
 
     padding: 1em;
 
}
 
}
Line 41: Line 57:
 
     left: 180px;
 
     left: 180px;
 
     position: absolute;
 
     position: absolute;
     top: 2.5em;
+
}
 +
 
 +
#right-navigation {
 +
     margin: 2.5em 10% 0 0;
 
}
 
}
  
 
#mw-head-base {
 
#mw-head-base {
     margin: -5em 20px 0 180px;
+
     margin: -5em 10% 0 180px;
 
}
 
}
  
Line 56: Line 75:
 
     position: absolute;
 
     position: absolute;
 
     left: 10px;
 
     left: 10px;
     top: 160px;
+
     top: 190px;
 
     width: 160px;
 
     width: 160px;
 +
}
 +
 +
 +
#mw-panel.collapsible-nav .portal.first {
 +
    background-image: none;
 +
    margin-top: 2em;
 +
}
 +
 +
#mw-panel.collapsible-nav .portal {
 +
    background-image: none;
 +
    margin: 1em;
 
}
 
}
  
Line 81: Line 111:
 
div#footer {
 
div#footer {
 
     direction: ltr;
 
     direction: ltr;
     margin: 0 20px 0 180px;
+
     margin: 0 10% 0 180px;
 
     padding: 0.75em;
 
     padding: 0.75em;
 
}
 
}
Line 90: Line 120:
 
     margin: 0;
 
     margin: 0;
 
     padding: 0;
 
     padding: 0;
 +
}
 +
 +
.wikitable th {
 +
    background: none repeat scroll 0 0 #52719A;
 +
    text-align: center;
 
}
 
}

Latest revision as of 13:40, 24 April 2014

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

body {
    background: white url("http://www.brokendagger.com/images/bd-wikibackground.png") fixed no-repeat top left;
    font-family: "Lucida Grande","Trebuchet MS",Verdana,Helvetica,Arial,sans-serif;
}

a {
    color: #52719A;
    text-decoration: none;
}

div#content a.external {
    color: #52719A;
}

#p-logo {
    height: 200px;
    width: 160px;
    position: absolute;
    top: -160px;
    left: 5px;
}

#p-logo a,
#p-logo a:hover {
        display: block;
        height: 200px;
        width: 150px;
        background-repeat: no-repeat;
        background-position: 35% 50% !important;
        text-decoration: none;
}

#p-search, #p-tb, #p-navigation {
    margin-top: 25px;
    padding-top: 10px;
    background: white;
    border: 1px solid #52719A;}

div.portal {
    margin-top: 25px;
    padding-top: 10px;
    background: white;
    border: 1px solid #52719A;}

div#content {
    background: white;
    color: black;
    border: 1px solid #52719A;
    direction: ltr;
    margin: 0 10% 0 180px;
    padding: 1em;
}

#left-navigation {
    left: 180px;
    position: absolute;
}

#right-navigation {
    margin: 2.5em 10% 0 0;
}

#mw-head-base {
    margin: -5em 10% 0 180px;
}

#mw-page-base {
    background: transparent;
}

div#mw-panel {
    padding-top: 1em;
    position: absolute;
    left: 10px;
    top: 190px;
    width: 160px;
}


#mw-panel.collapsible-nav .portal.first {
    background-image: none;
    margin-top: 2em;
}

#mw-panel.collapsible-nav .portal {
    background-image: none;
    margin: 1em;
}

#p-namespaces {
background: white;}

div.vectorTabs {
    padding: 0;
}

div.vectorTabs li {
    background: #dddddd;
    border-left: 1px solid #52719A;
    border-top: 1px solid #52719A;
    border-right: 1px solid #52719A;
}

div.vectorTabs li.selected a, div.vectorTabs li.selected a:visited {
    color: #52719A;
    text-decoration: none;
}

div#footer {
    direction: ltr;
    margin: 0 10% 0 180px;
    padding: 0.75em;
}

div#footer ul li {
    color: #333333;
    font-size: 0.7em;
    margin: 0;
    padding: 0;
}

.wikitable th {
    background: none repeat scroll 0 0 #52719A;
    text-align: center;
}