(Created page with "body{text-align:justify; background-color: #E9EAED;} .header a#secondary-button {background-color: #3A5795;} .header a {background-color: white;border: 2px solid #3A5795;} .he...") Tag: Mobile edit |
Tag: Mobile edit |
||
Line 2: | Line 2: | ||
.header a#secondary-button {background-color: #3A5795;} | .header a#secondary-button {background-color: #3A5795;} | ||
.header a {background-color: white;border: 2px solid #3A5795;} | .header a {background-color: white;border: 2px solid #3A5795;} | ||
− | .header{ | + | div.header{background-color: #3a5795; border-bottom: solid 4px #3A5795;} |
+ | ul#page-actions { background: white;} | ||
div#content {background-color: white; padding: 6px;border-radius: 5px;} | div#content {background-color: white; padding: 6px;border-radius: 5px;} | ||
table.diff th,td{width:50%;} | table.diff th,td{width:50%;} |
Revision as of 08:51, 8 August 2015
body{text-align:justify; background-color: #E9EAED;} .header a#secondary-button {background-color: #3A5795;} .header a {background-color: white;border: 2px solid #3A5795;} div.header{background-color: #3a5795; 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 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(odd){background: rgb(58, 87, 149); color:white;} table.diff td:nth-child(odd){color:#3a5795;padding:5px;} }