53
54
55
56
57
58
59
60
61
62
63
64
65
66
|
font-size: 1.5rem;
}
h3 {
font-size: 1.25rem;
}
/**************************************
* Main Area
*/
div.header, div.mainmenu, div.submenu, div.content, div.footer {
clear: both;
|
>
>
>
|
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
|
font-size: 1.5rem;
}
h3 {
font-size: 1.25rem;
}
span[style^=background-color] {
color: #000;
}
/**************************************
* Main Area
*/
div.header, div.mainmenu, div.submenu, div.content, div.footer {
clear: both;
|
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
|
div.sectionmenu {
border-radius: 0 0 3rem 3rem;
margin-top: -0.75rem;
width: 75%;
}
div.sectionmenu > a:link, div.sectionmenu > a:visited {
color: #888;
text-decoration: none;
}
div.sectionmenu > a:hover {
color: #eee;
text-shadow: 0px 0px 6px #eee;
}
|
|
|
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
|
div.sectionmenu {
border-radius: 0 0 3rem 3rem;
margin-top: -0.75rem;
width: 75%;
}
div.sectionmenu > a:link, div.sectionmenu > a:visited {
color: #000;
text-decoration: none;
}
div.sectionmenu > a:hover {
color: #eee;
text-shadow: 0px 0px 6px #eee;
}
|