Subversion Repositories oidinfo_new_design

Rev

Rev 4 | Rev 7 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4 Rev 6
Line 220... Line 220...
220
        font-weight: bold;
220
    font-weight: bold;
221
    }
221
}
222
 
222
 
223
/**Screen version**/
223
/**Screen version**/
224
@media (min-width: 768px) {
224
@media (min-width: 768px) {
-
 
225
 
-
 
226
    #header_h1 {
-
 
227
        color: rgb(226, 137, 34);
-
 
228
        font-size: 35px;
-
 
229
        font-weight: bold;
-
 
230
    }
-
 
231
 
225
    #header_url {
232
    #header_url {
226
        float: left;
233
        float: left;
-
 
234
        color: rgb(226, 137, 34);
-
 
235
        font-size: 15px;
-
 
236
        font-weight: bold;
-
 
237
        margin-left: 10px;
-
 
238
        display: inline-block;
227
    }
239
    }
228
 
240
 
229
    #header_mobile, #remote_button, #navigation {
241
    #header_mobile, #remote_button, #navigation {
230
        display: none;
242
        display: none;
231
    }
243
    }
Line 297... Line 309...
297
    }
309
    }
298
 
310
 
299
        #header h1 {
311
        #header h1 {
300
            position: relative;
312
            position: relative;
301
            font-weight: bold;
313
            font-weight: bold;
302
            color: #fff;
314
            /*color: #fff;*/
303
            font-size: 20px;
315
            font-size: 20px;
304
            display: inline;
316
            display: inline;
305
            float: left;
317
            float: left;
306
            margin: -10px 0px 0px 10px;
318
            margin: -10px 0px 0px 10px;
307
        }
319
        }
Line 550... Line 562...
550
/* end of Screen media query */
562
/* end of Screen media query */
551
 
563
 
552
/* mobile styles */
564
/* mobile styles */
553
@media (max-width: 767px) {
565
@media (max-width: 767px) {
554
 
566
 
-
 
567
    #header_h1 {
-
 
568
        color: rgb(226, 137, 34);
-
 
569
        font-size: 18px;
-
 
570
        font-weight: bold;
-
 
571
        text-align: left;
-
 
572
    }
-
 
573
 
555
    #header_url {
574
    #header_url {
556
        float: right;
575
        float: left;
-
 
576
        color: rgb(226, 137, 34);
-
 
577
        font-size: 15px;
-
 
578
        font-weight: bold;
-
 
579
        display: inline-block;
-
 
580
        text-align: left;
557
    }
581
    }
558
 
582
 
559
    #mobile_version {
583
    #mobile_version {
560
        display: block;
584
        display: block;
561
    }
585
    }
Line 945... Line 969...
945
        text-decoration:underline;
969
    text-decoration: underline;
946
        /*font-family:Helvetica Neue Light 45;*/
970
    /*font-family:Helvetica Neue Light 45;*/
947
        /*color:#000000;*/
971
    /*color:#000000;*/
948
        color:#803000;
972
    color: #803000;
949
}
973
}
-
 
974
 
950
a:visited {
975
a:visited {
951
        text-decoration:underline;
976
    text-decoration: underline;
952
        /*color:#000000;*/
977
    /*color:#000000;*/
953
        color:#803000;
978
    color: #803000;
954
}
979
}
-
 
980
 
955
a:hover {
981
a:hover {
956
        text-decoration:underline;
982
    text-decoration: underline;
957
        background-color:#FFCC00;
983
    background-color: #FFCC00;
958
}
984
}
-
 
985
 
959
a:active :not(.nav-button-open) :not(.nav-button-close) {
986
a:active :not(.nav-button-open) :not(.nav-button-close) {
960
        text-decoration:underline;
987
    text-decoration: underline;
961
        background-color:#FFCC00;
988
    background-color: #FFCC00;
962
}
989
}
963
 
990