Difference between revisions of "MediaWiki:Common.css"

From Starsonata Wiki
Jump to: navigation, search
m
m
Line 117: Line 117:
 
}
 
}
  
#mainpageannouncement h1 {
+
#mainpageannouncment h7 {
 
     border:0px;
 
     border:0px;
 
     font-size:22px;
 
     font-size:22px;

Revision as of 15:56, 3 June 2014

#toc {
    border: 5px outset #36b;
    border-radius: 10px;
}

.editsection, #bodyContent a.external {
    margin-left: 5px;
    color: #fff;
    background: rgba(0,0,0,0.6);
    border-radius: 5px;
    padding: 2px;
    margin: 10px;
    top: -1px;
    left: -1px;
    position: relative;
    box-shadow: 1px 1px 1px 1px #000;
}

.editsection:hover, #bodyContent a.external:hover {
    color: #7af5ff;
    top:0px;
    left:0px;
    -webkit-transition:all .3s;
    box-shadow: 0px 0px 3px 3px #7af5ff;
}

.editsection a {
   color:#fff;
}

.editsection a:hover {
   color:#7af5ff;
}

#bodyContent a.external:visited {
    color:#ffaf31;
}

#content {
    background-color: rgba(255, 255, 255, 0.1)!important;
    margin-right:20px!important;
}

table {
    font-size: 100%;
    border: 0px;
    border-radius: 5px;
    padding: 5px;
    margin: 5px;
    background: rgba(0,0,0,0.6);
    border-color: #7af5ff;
    box-shadow: 0px 0px 3px 3px #7af5ff;
}

#mainpage table {
    font-size: 100%;
    border: 0px;
    border-radius: 0px;
    padding: 0px;
    margin: 0px;
    background: rgba(0,0,0,0);
    border-color: #000;
    box-shadow: 0px 0px 0px 0px #000;
}

table.navbox {
    font-size: 100%;
    border: 0px;
    border-radius: 0px;
    padding: 0px;
    margin: 0px;
    background: rgba(0,0,0,0);
    border-color: none;
    box-shadow: 0px 0px 0px 0px #000;
}

table.navbox {
    float:left;
    width:80%!important;
}

#mainpage table.navbox {
    float:none;
    width:100%!important;
}

mw-content-ltr table tbody tr td b, mw-content-ltr table td.navbox-group, table td.navbox-list {
    color: #ffaf31!important;
}

body h2 {
    font-size: 2em;
}

.wikitable th, .wikitable td {
    border: 1px #aaa solid;
    padding: 0.2em;
    top: -1px;
    left: -1px;
    position: relative;
    box-shadow:1px 1px 1px 1px #000;
    overflow:hidden!important;
}

.wikitable th:hover, .wikitable td:hover {
    border: 1px #aaa solid;
    padding: 0.2em;
    top: 0px;
    left: 0px;
    position: relative;
    -webkit-transition:all .3s;
    background: rgba(255,255,255,0.2);
}

.cloakbox table, .shipbox table {
    margin-right:20px!important;
}

#mainpageannouncment h7 {
    border:0px;
    font-size:22px;
    padding:15px;
    margin:5px;
}