MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
No edit summary
No edit summary
Line 3: Line 3:


body {
body {
background-color: #f3f3f3;
background-color: #ffffff;
background-color: #ffffff;
background-image: none;
background-image: none;
font-family: Verdana,Geneva,sans-serif !important;
font-family: Verdana,Geneva,sans-serif !important;
min-height: 400px;
min-height: 400px;
color: #112a49;
}
}


Line 27: Line 27:


h1, h2, h3, h4, h5, h6 {
h1, h2, h3, h4, h5, h6 {
color: #777777;
color: #112a49;
font-weight: bold;
font-weight: bold;
border-bottom: none;
border-bottom: none;
Line 38: Line 38:
white-space: -o-pre-wrap;    /* Opera 7 */
white-space: -o-pre-wrap;    /* Opera 7 */
word-wrap: break-word;      /* Internet Explorer 5.5+ */
word-wrap: break-word;      /* Internet Explorer 5.5+ */
background-color: #fff3cd;
background-color: #b8e3f5;
border-color: #ffeeba;
border-color: #53889f;
font-family: Verdana,Geneva,sans-serif !important;
font-family: Verdana,Geneva,sans-serif !important;
}
}
Line 58: Line 58:
text-align: center;
text-align: center;
font-weight: bold;
font-weight: bold;
background: #f06000;
background: #fe746c;
color: #ffffff;
color: #ffffff;
}
}
Line 108: Line 108:


#bodyContent a:link,  a:visited, a:active {
#bodyContent a:link,  a:visited, a:active {
color: #008ACC;
color: #019cde;
text-decoration: none;
text-decoration: none;
font-weight: normal;
font-weight: normal;
Line 115: Line 115:


#bodyContent  a:hover a:focus {
#bodyContent  a:hover a:focus {
color: #008ACC;
color: #019cde;
text-decoration: underline;
text-decoration: underline;
}
}
Line 122: Line 122:


div#mw-panel div.portal div.body ul li a:link,  a:visited, a:active  {
div#mw-panel div.portal div.body ul li a:link,  a:visited, a:active  {
color: #008ACC;
color: #112a49;
}
}


Line 131: Line 131:


div.vectorTabs li a:link,  a:visited, a:active  {
div.vectorTabs li a:link,  a:visited, a:active  {
color: #008ACC;
color: #019cde;
}
}


div.vectorTabs li a:hover {
div.vectorTabs li a:hover {
text-decoration: underline;
text-decoration: underline;
}
div#mw-panel div.portal div.body ul li a:hover {
text-decoration: none !important;
}
}


Line 145: Line 149:
.jumbotron {
.jumbotron {
background-color: #fff;
background-color: #fff;
box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25) !important;
padding: 20px;
padding: 20px;
}
}
Line 159: Line 163:
/*background-color: #f4f4f4;*/
/*background-color: #f4f4f4;*/
transition: color 0.2s linear 0s;
transition: color 0.2s linear 0s;
border: 1px solid #e7e7e7;
border-bottom: 1px solid #cccccc;
}
}


#p-navigation li:hover{
#p-navigation li:hover{
background-color: #f4f4f4;
text-decoration: none !important;
border-left: 3px solid #019cde;
cursor: pointer;
}
}


#p-navigation a{
#p-navigation a{
color: #2f2f2f!important;
color: #112a49!important;
}
}