683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
|
@ padding: 3px 20px 3px 20px;
@ clear: both;
@ }
@
@ /* The page title at the top of each page */
@ div.title {
@ display: table-cell;
@ padding-left: 1em;
@ font-size: 2em;
@ font-weight: bold;
@ margin: 10px 0 10px -20px;
@ vertical-align: bottom;
@ text-align: left;
@ width: 80%;
@ font-family: Georgia, serif;
@ font-weight:normal;
@ }
@
@ /* The login status message in the top right-hand corner */
@ div.status {
@ display: table-cell;
@ text-align: right;
@ vertical-align: bottom;
|
|
<
|
|
>
>
|
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
|
@ padding: 3px 20px 3px 20px;
@ clear: both;
@ }
@
@ /* The page title at the top of each page */
@ div.title {
@ display: table-cell;
@ padding-left: 10px;
@ font-size: 2em;
@ margin: 10px 0 10px -20px;
@ vertical-align: bottom;
@ text-align: left;
@ width: 80%;
@ font-family: Verdana, sans-serif;
@ font-weight: bold;
@ color: #558195;
@ text-shadow: 0px 2px 2px #999999;
@ }
@
@ /* The login status message in the top right-hand corner */
@ div.status {
@ display: table-cell;
@ text-align: right;
@ vertical-align: bottom;
|
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
|
@ -moz-border-top-left-radius: 5px;
@ -webkit-border-top-right-radius: 5px;
@ -webkit-border-top-left-radius: 5px;
@ -border-top-right-radius: 5px;
@ -border-top-left-radius: 5px;
@ border-top-left-radius: 5px;
@ border-top-right-radius: 5px;
@ padding-top: 1em;
@ min-height: 2em;
@ background-color: #446979;
@ background: -webkit-gradient(linear,left bottom,left top, color-stop(0.02, rgb(51,81,94)), color-stop(0.76, rgb(85,129,149)));
@ background: -moz-linear-gradient(center bottom,rgb(51,81,94) 2%, rgb(85,129,149) 76%);
@ -webkit-box-shadow: 0px 3px 4px #333333;
@ -moz-box-shadow: 0px 3px 4px #333333;
@ box-shadow: 0px 3px 4px #333333;
|
|
|
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
|
@ -moz-border-top-left-radius: 5px;
@ -webkit-border-top-right-radius: 5px;
@ -webkit-border-top-left-radius: 5px;
@ -border-top-right-radius: 5px;
@ -border-top-left-radius: 5px;
@ border-top-left-radius: 5px;
@ border-top-right-radius: 5px;
@ vertical-align: center;
@ min-height: 2em;
@ background-color: #446979;
@ background: -webkit-gradient(linear,left bottom,left top, color-stop(0.02, rgb(51,81,94)), color-stop(0.76, rgb(85,129,149)));
@ background: -moz-linear-gradient(center bottom,rgb(51,81,94) 2%, rgb(85,129,149) 76%);
@ -webkit-box-shadow: 0px 3px 4px #333333;
@ -moz-box-shadow: 0px 3px 4px #333333;
@ box-shadow: 0px 3px 4px #333333;
|