Difference between revisions of "MediaWiki:Common.css"
Line 15: | Line 15: | ||
position: fixed; | position: fixed; | ||
margin-left: 1570px; | margin-left: 1570px; | ||
+ | } | ||
+ | |||
+ | /*from Common.css in SMW*/ | ||
+ | #smworgtable-toc #toc { | ||
+ | border: 0px solid #AAA; | ||
+ | background-color: #ffffff; | ||
+ | font-size: 100%; | ||
+ | width: 220px; | ||
+ | } | ||
+ | #smworgtable-toc.smworgtable-toc th a { | ||
+ | color: #164eaf; | ||
+ | } | ||
+ | |||
+ | #toc #toctitle, | ||
+ | .toc #toctitle, | ||
+ | #toc .toctitle, | ||
+ | .toc .toctitle { | ||
+ | text-align: right; | ||
+ | } | ||
+ | |||
+ | #smworgtable-toc #toc.toc { | ||
+ | font-size: 110%; | ||
+ | } | ||
+ | |||
+ | #toc h2, | ||
+ | .toc h2 { | ||
+ | display: none; | ||
+ | } | ||
+ | |||
+ | #toc .toctoggle, | ||
+ | .toc .toctoggle { | ||
+ | text-align: right !important; | ||
} | } | ||
__NOCACHE__ | __NOCACHE__ | ||
<!-- {{Update}} --> | <!-- {{Update}} --> |
Revision as of 18:31, 10 September 2016
/* CSS placed here will be applied to all skins */
.smw-eventcalendar {
height:600px;
}
.page-wrap {
width: 1450px;
margin-left: 10px;
position: relative;
}
.sidebar {
width: 150px;
position: fixed;
margin-left: 1570px;
}
/*from Common.css in SMW*/
#smworgtable-toc #toc {
border: 0px solid #AAA;
background-color: #ffffff;
font-size: 100%;
width: 220px;
}
#smworgtable-toc.smworgtable-toc th a {
color: #164eaf;
}
#toc #toctitle,
.toc #toctitle,
#toc .toctitle,
.toc .toctitle {
text-align: right;
}
#smworgtable-toc #toc.toc {
font-size: 110%;
}
#toc h2,
.toc h2 {
display: none;
}
#toc .toctoggle,
.toc .toctoggle {
text-align: right !important;
}
__NOCACHE__
<!-- {{Update}} -->