Subversion Repositories oidinfo_new_design

Compare Revisions

Ignore whitespace Rev 5 → Rev 6

/trunk/style.css
216,14 → 216,26
}
/** end style for all pages **/
 
.question {
.question {
font-weight: bold;
}
 
/**Screen version**/
@media (min-width: 768px) {
 
#header_h1 {
color: rgb(226, 137, 34);
font-size: 35px;
font-weight: bold;
}
 
/**Screen version**/
@media (min-width: 768px) {
#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 {
236,8 → 248,8
 
#footer {
display: block;
clear: both; /* remove left-float */
position: relative;
clear: both; /* remove left-float */
position: relative;
}
 
#main_actions_in_index {
278,7 → 290,7
/***Page header***/
#global_container {
width: 800px;
max-width: calc( 100% - 20px );
max-width: calc( 100% - 20px );
height: auto;
margin: 0px auto 0px;
padding: 0px;
287,7 → 299,7
 
#header {
width: 760px;
max-width: calc( 100% - 20px );
max-width: calc( 100% - 20px );
height: 110px;
background-color: #E9E9E9;
margin-top: 22px;
299,7 → 311,7
#header h1 {
position: relative;
font-weight: bold;
color: #fff;
/*color: #fff;*/
font-size: 20px;
display: inline;
float: left;
308,7 → 320,7
 
#bg_menu {
width: 779px;
max-width: calc( 100% - 20px );
max-width: calc( 100% - 20px );
height: 41px;
background-color: #5f5f5f;
padding: 0px 21px 0px 0px;
427,7 → 439,7
 
#global_content {
width: 800px; /* 760 + 2*20 */
max-width: calc( 100% - 20px );
max-width: calc( 100% - 20px );
height: auto;
background-color: white;
padding: 20px;
438,7 → 450,7
 
#error400, #error403-404, #error500 {
width: 750px;
max-width: calc( 100% - 20px );
max-width: calc( 100% - 20px );
border: 3px solid #7f7f7f;
margin-left: auto;
margin-right: auto;
456,25 → 468,25
.page_title {
font-weight: bold;
/*font-size: 18px;*/
font-size: 25px;
/*color: #FF5500;*/color: #E28923;
font-size: 25px;
/*color: #FF5500;*/ color: #E28923;
}
 
.page_subtitle {
font-weight: bold;
font-size: 20px;
/*color: #FF5500;*/color: #E28923;
font-size: 20px;
/*color: #FF5500;*/ color: #E28923;
}
 
.section_title {
font-size: 16px;
/*color: #FF5500;*/color: #E28923;
font-weight: bold;
/*color: #FF5500;*/ color: #E28923;
font-weight: bold;
}
 
.action_title {
font-size: 16px;
color:black;
color: black;
}
 
#global_in_index {
537,7 → 549,7
 
#section_menu_in_management {
width: 100%;
max-width: calc( 100% - 20px );
max-width: calc( 100% - 20px );
height: 41px;
/*background-color: #5f5f5f;*/
padding: 0px 21px 0px 0px;
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 {
580,11 → 604,11
/*Daniel: If it is "block", then the header will not be stretched on 540px width (Surface Duo) */
/*display: block;*/
}
 
#remote_button {
display: block;
}
 
#navigation {
display: block;
}
706,7 → 730,7
 
#navigation a {
color: #fff;
text-decoration: none !important;
text-decoration: none !important;
}
 
.wrapper {
716,7 → 740,7
}
 
.wrapper_in_management {
background-color: white;
background-color: white;
color: #333;
width: 100%;
}
835,7 → 859,7
 
.section_title {
font-size: 12px;
/*color: #FF5500;*/color: #E28923;
/*color: #FF5500;*/ color: #E28923;
font-weight: bold;
}
 
856,13 → 880,13
.page_title {
font-weight: bold;
font-size: 14px;
/*color: #FF5500;*/color: #E28923;
/*color: #FF5500;*/ color: #E28923;
}
 
.page_subtitle {
font-weight: bold;
font-size: 12px;
/*color: #FF5500;*/color: #E28923;
/*color: #FF5500;*/ color: #E28923;
}
}
/* end of mobile media query */
877,7 → 901,7
}
 
.color_orange {
/*color: #FF5500;*/color: #E28923;
/*color: #FF5500;*/ color: #E28923;
}
 
.color_red {
942,23 → 966,26
/* Taken from the old design */
 
a:link {
text-decoration:underline;
/*font-family:Helvetica Neue Light 45;*/
/*color:#000000;*/
color:#803000;
text-decoration: underline;
/*font-family:Helvetica Neue Light 45;*/
/*color:#000000;*/
color: #803000;
}
 
a:visited {
text-decoration:underline;
/*color:#000000;*/
color:#803000;
text-decoration: underline;
/*color:#000000;*/
color: #803000;
}
 
a:hover {
text-decoration:underline;
background-color:#FFCC00;
text-decoration: underline;
background-color: #FFCC00;
}
 
a:active :not(.nav-button-open) :not(.nav-button-close) {
text-decoration:underline;
background-color:#FFCC00;
text-decoration: underline;
background-color: #FFCC00;
}
 
body {