Difference between revisions of "MediaWiki:Common.css"

From ReactOS Wiki
Jump to: navigation, search
m
m
 
(18 intermediate revisions by the same user not shown)
Line 1: Line 1:
/** CSS placed here will be applied to all skins */
+
.prettytable{background:#f9f9f9;border:1px solid #aaa;border-collapse:collapse;margin:1em 1em 1em 0;}.prettytable th,.prettytable td{border:1px solid #aaa;padding:.2em;}.prettytable th{text-align:center;background-color:#ececec;}.prettytable caption{font-weight:700;}.hwtable tr td:first-child{font-weight:700;background-color:#f2f2f2;text-align:center;color:#333}.hwtable{font-size:12px;width:100%;}.hwtable tr td:last-child{padding-left:10px!important;}.hwtable thead th{font-size: 14px}.testers-table tr td:first-child{font-style:italic;}#toc{float:right;margin-right:10px;margin-left:10px;}pre,.mw-code{overflow:auto;}table.wikitable.zebra > tbody > :nth-child(even){background-color:#fff;}a:hover{text-decoration:underline!important;}.mw-datatable tr:hover td:last-child{border-right:2px solid gray;}.mw-datatable tr:hover td{border-bottom-color:#909090;}div.mw-geshi{border:1px dashed #2f6fab;background-color:#f9f9f9;font-size:13px;margin:1em 0;padding:1em;}a,#topMenu a:hover{text-decoration:none!important;}.autonumber{font-size:10px;color:#888!important;background-image:none!important;padding:0!important;}
 
+
.ros_columns{-moz-column-count:3; -webkit-column-count:3; column-count:3;-moz-column-gap:40px; -webkit-column-gap:40px; column-gap:40px; width: 100%}
.prettytable {background: #f9f9f9;
+
.page-Welcome_to_the_ReactOS_Development_Wiki hr{ background-image: linear-gradient(left , #AAAAAA 69%, #EEEEEE 100%);background-image: -o-linear-gradient(left , #AAAAAA 69%, #DDDDDD 100%);background-image: -moz-linear-gradient(left , #AAAAAA 69%, #DDDDDD 100%);background-image: -webkit-linear-gradient(left , #AAAAAA 69%, #DDDDDD 100%);background-image: -ms-linear-gradient(left , #AAAAAA 69%, #DDDDDD 100%);}
border: 1px solid #aaa;
+
.community_h a{color: #fff !important}
border-collapse: collapse;
 
margin: 1em 1em 1em 0;}
 
.prettytable th,.prettytable td {
 
border: 1px solid #aaa;
 
padding: 0.2em;}
 
.prettytable th {
 
text-align: center;
 
        background-color: #ececec;
 
}.prettytable caption {
 
font-weight: bold;
 
}
 
/* left entries of tables with class="hwtable" will be displayed in bold text; used in the hardware testing tables */
 
.hwtable tr td:first-child {
 
  font-weight: bold;
 
  background-color: #eee;
 
  text-align:center
 
}
 
.hwtable{
 
  font-size: 11px;
 
  width: 100%;
 
}
 
.testers-table tr td:first-child {
 
      font-style: italic;
 
}
 
 
 
/* display the TOC on the right side with floating text */
 
#toc{
 
    float:right;
 
    margin-right: 10px;
 
    margin-left: 10px;
 
}
 
 
 
pre, .mw-code{
 
  overflow: auto;
 
}
 
/* table in "zebra style": alternating white and gray */
 
 
 
 
 
table.wikitable.zebra > tbody > :nth-child(even){
 
  background-color: #fff;
 
}
 
/* underline links only when mouse is over; did not work for some reason... */
 
 
 
a{
 
  text-decoration: none !important;
 
}
 
a:hover{
 
  text-decoration: underline !important;
 
}
 
#topMenu a:hover{
 
text-decoration:none !important;
 
}
 
 
 
.mw-datatable tr:hover td:last-child{
 
border-right: 2px solid #808080;
 
}
 
/* code highlighter */
 
div.mw-geshi { padding: 1em;   margin: 1em 0;   border: 1px dashed #2f6fab; background-color: #f9f9f9;
 
  font-size: 13px;
 
}
 

Latest revision as of 08:30, 21 October 2014

.prettytable{background:#f9f9f9;border:1px solid #aaa;border-collapse:collapse;margin:1em 1em 1em 0;}.prettytable th,.prettytable td{border:1px solid #aaa;padding:.2em;}.prettytable th{text-align:center;background-color:#ececec;}.prettytable caption{font-weight:700;}.hwtable tr td:first-child{font-weight:700;background-color:#f2f2f2;text-align:center;color:#333}.hwtable{font-size:12px;width:100%;}.hwtable tr td:last-child{padding-left:10px!important;}.hwtable thead th{font-size: 14px}.testers-table tr td:first-child{font-style:italic;}#toc{float:right;margin-right:10px;margin-left:10px;}pre,.mw-code{overflow:auto;}table.wikitable.zebra > tbody > :nth-child(even){background-color:#fff;}a:hover{text-decoration:underline!important;}.mw-datatable tr:hover td:last-child{border-right:2px solid gray;}.mw-datatable tr:hover td{border-bottom-color:#909090;}div.mw-geshi{border:1px dashed #2f6fab;background-color:#f9f9f9;font-size:13px;margin:1em 0;padding:1em;}a,#topMenu a:hover{text-decoration:none!important;}.autonumber{font-size:10px;color:#888!important;background-image:none!important;padding:0!important;}
.ros_columns{-moz-column-count:3; -webkit-column-count:3; column-count:3;-moz-column-gap:40px; -webkit-column-gap:40px; column-gap:40px; width: 100%}
.page-Welcome_to_the_ReactOS_Development_Wiki hr{ background-image: linear-gradient(left , #AAAAAA 69%, #EEEEEE 100%);background-image: -o-linear-gradient(left , #AAAAAA 69%, #DDDDDD 100%);background-image: -moz-linear-gradient(left , #AAAAAA 69%, #DDDDDD 100%);background-image: -webkit-linear-gradient(left , #AAAAAA 69%, #DDDDDD 100%);background-image: -ms-linear-gradient(left , #AAAAAA 69%, #DDDDDD 100%);}
.community_h a{color: #fff !important}