Subversion Repositories oidinfo_new_design

Compare Revisions

Regard whitespace Rev 5 → Rev 6

/trunk/style.css
222,8 → 222,20
 
/**Screen version**/
@media (min-width: 768px) {
 
#header_h1 {
color: rgb(226, 137, 34);
font-size: 35px;
font-weight: bold;
}
 
#header_url {
float: left;
color: rgb(226, 137, 34);
font-size: 15px;
font-weight: bold;
margin-left: 10px;
display: inline-block;
}
 
#header_mobile, #remote_button, #navigation {
299,7 → 311,7
#header h1 {
position: relative;
font-weight: bold;
color: #fff;
/*color: #fff;*/
font-size: 20px;
display: inline;
float: left;
552,8 → 564,20
/* mobile styles */
@media (max-width: 767px) {
 
#header_h1 {
color: rgb(226, 137, 34);
font-size: 18px;
font-weight: bold;
text-align: left;
}
 
#header_url {
float: right;
float: left;
color: rgb(226, 137, 34);
font-size: 15px;
font-weight: bold;
display: inline-block;
text-align: left;
}
 
#mobile_version {
947,15 → 971,18
/*color:#000000;*/
color:#803000;
}
 
a:visited {
text-decoration:underline;
/*color:#000000;*/
color:#803000;
}
 
a:hover {
text-decoration:underline;
background-color:#FFCC00;
}
 
a:active :not(.nav-button-open) :not(.nav-button-close) {
text-decoration:underline;
background-color:#FFCC00;