(Replaced content with " ") |
|||
Line 1: | Line 1: | ||
+ | body{text-align:justify; background-color: #E9EAED;} | ||
+ | div#mw-mf-page-left {background-color: #3a5795; border-left: solid 12px #FFFFFF;} | ||
+ | div#mw-mf-page-left li{background-color: #3a5795;} | ||
+ | #mw-mf-page-left ul li {border-bottom: 1px solid white;} | ||
+ | #mw-mf-page-left ul:first-child {border-bottom: 12px solid #FFFFFF;} | ||
+ | .header a#secondary-button {background-color: #3A5795;} | ||
+ | .header a {background-color: white;border: 2px solid #3A5795;} | ||
+ | input#searchInput { padding: 5px;} | ||
+ | div.header{background-color: #3a5795; } | ||
+ | div.pre-content{border-bottom: solid 4px #3A5795;} | ||
+ | ul#page-actions { background: white;} | ||
+ | div#content {background-color: white; padding: 6px;border-radius: 5px;} | ||
+ | table.diff th,td{width:50%;} | ||
+ | table.diff td{ padding-left:2%; padding:right:2%; } | ||
+ | table.diff th{background-color:#3a5795;color:white;} | ||
+ | div#content{margin-left:5%; margin-right:5%;} | ||
+ | div#content_wrapper h1,h2,h3,h4 {color: #3A5795;} | ||
+ | div#footer {background-color: #3A5795;} | ||
+ | div#footer,div#footer h1,div#footer h2,div#footer h3,div#footer h4, div#footer a {color: white;} | ||
+ | @media screen and (max-width:500px){ | ||
+ | table.diff th,td {font-weight:bold;display:block;width:100%;} | ||
+ | div#content{margin-left:5px;margin-right:5px; | ||
+ | } | ||
+ | table.diff th:nth-child(even){background: black; color:white;} | ||
+ | table.diff th:nth-child(odd){background: rgb(58, 87, 149); color:white;} | ||
+ | table.diff td:nth-child(odd){color:#3a5795;padding:5px;} | ||
+ | |||
+ | } |
Revision as of 13:53, 16 April 2016
body{text-align:justify; background-color: #E9EAED;} div#mw-mf-page-left {background-color: #3a5795; border-left: solid 12px #FFFFFF;} div#mw-mf-page-left li{background-color: #3a5795;} #mw-mf-page-left ul li {border-bottom: 1px solid white;} #mw-mf-page-left ul:first-child {border-bottom: 12px solid #FFFFFF;} .header a#secondary-button {background-color: #3A5795;} .header a {background-color: white;border: 2px solid #3A5795;} input#searchInput { padding: 5px;} div.header{background-color: #3a5795; } div.pre-content{border-bottom: solid 4px #3A5795;} ul#page-actions { background: white;} div#content {background-color: white; padding: 6px;border-radius: 5px;} table.diff th,td{width:50%;} table.diff td{ padding-left:2%; padding:right:2%; } table.diff th{background-color:#3a5795;color:white;} div#content{margin-left:5%; margin-right:5%;} div#content_wrapper h1,h2,h3,h4 {color: #3A5795;} div#footer {background-color: #3A5795;} div#footer,div#footer h1,div#footer h2,div#footer h3,div#footer h4, div#footer a {color: white;} @media screen and (max-width:500px){ table.diff th,td {font-weight:bold;display:block;width:100%;} div#content{margin-left:5px;margin-right:5px; } table.diff th:nth-child(even){background: black; color:white;} table.diff th:nth-child(odd){background: rgb(58, 87, 149); color:white;} table.diff td:nth-child(odd){color:#3a5795;padding:5px;} }