summaryrefslogtreecommitdiffstats
path: root/mainstyle.css
blob: cef4f30ebfe6ebb07282dc3730a08e55b68d87e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
BODY        {background-color:white;
            /*font-family:"Times New Roman", "Libre Serif", serif; font-size:12pt;*/
            /*font-family:"Arial", "Libre Sans", sans-serif; font-size:10pt;*/
            /*font-family:Verdana, sans-serif; font-size:14pt;*/
                color:black;
                height:100%;
                margin:0px;
                padding:0px;
                background-image:url(media/back.png);
                background-repeat:repeat-y;
                background-position:top left;
            }
IMG         {border-width:0px}
H1          {color:white;
                font-size:30pt;
                text-shadow: black 0px 0px 5px;}
H2          {font-weight:bold;
                font-size:larger}
H3          {font-weight:bold;
                font-size:100%}
PRE         {border:1px solid #001c7b;
            background-color:#cfe1f6;
            white-space:pre-line;
            padding:2px}
.spacer     {margin-top:3ex}
A:link      {color:#001c7b;
                text-decoration:none;
                font-weight:bold}
A:visited   {color:#001c7b;
                text-decoration:none;
                font-weight:bold}
A:hover     {color:#001c7b;
                text-decoration:underline;
                font-weight:bold}

#all-wrapper{margin:0px;
                padding:0px;
            }
#banner     {height:150px;
                width:100%;
                background-color:#01306f;
                background-image:url(media/bannerchunk.png);
                background-repeat:repeat-x;
                background-position:bottom left;
                font-family:"Arial", "Libre Sans", sans-serif; font-size:11pt;}
#bannerimg  {position:absolute;
                top:0px;
                right:0px;
                border:0px;
                margin:0px;
                z-index:3}
#logowrap   {position:relative;
                top:-12px;
                left:85px;
                width:200px;
                z-index:4}
#logo       {position:relative;
                top:27px;
                left:-62px;
                height:125px;
                width:125px}
#titlewrap  {position:relative;
                top:-120px;
                text-align:left;
                margin-left:25ex;
                margin-right:4ex;
                height:131px;
                z-index:6}
#titlenotif {position:absolute;
                top:120px;
                right:50px;
                z-index:6;
            }
#title      {position:relative;
                z-index:6;
                top:15px;
            }
#sidebar    {background-color:#1f4ca4;
                width:170px;
                font-family:"Arial", "Libre Sans", sans-serif; font-size:11pt;
            }
#sidetext   {position:absolute;
                top:150px;
                width:150px;
                padding-bottom:4ex;
                padding-right:10px;
                padding-left:10px;
                overflow:visible;
                background-color:#01306f;
                background-image:url(media/gradient2.png);
                background-repeat:repeat-x;
                background-position:bottom left;
                }
.navhead    {font-size:larger;
                font-weight:bold;
                font-style:italic;
                margin-left:1ex;
                margin-top:1ex;
                margin-bottom:0px}
.nav        {font-weight:bold;
                margin-left:3ex;
                margin-top:0px;
                margin-bottom:0px;
                padding:0px}
.nav A:link {color:white}
.nav A:visited {color:white}
.nav A:hover {color:white}
.navhead A:link {color:#cfe1f6}
.navhead A:visited {color:#cfe1f6}
.navhead A:hover {color:#cfe1f6}
.notifhead    {font-size:smaller;
                font-weight:normal;
                margin-left:1ex;
                margin-top:1ex;
                margin-bottom:0px}
.notifhead A:link {color:lime}
.notifhead A:visited {color:lime}
.notifhead A:hover {color:lime}
#curpage    {border:solid 1px white}
#main       {width:100%;}
#intermediate {background-color:white;
                margin-left:170px;
            }
#textblock  {padding:4ex;
                margin-right:auto;
                margin-left:auto;
/*                max-width:125ex;*/
                }
.snapwrapper {position:relative;
                left:50%;
                height:320px;
                width:420px;}
.snap       {height:225px;
                width:366px;
                z-index:6;
                box-shadow: 10px 10px 10px 5px rgba(0,0,0,0.4)}
/*.snapshadow {width:400px;
            height:30px;
            position:relative;
            left:-200px;}*/
#introsnap  {position:relative;
                left:-183px;
                text-align:center}
#rssicon    {height:1.25em;
                width:1.25em;
                float:left;
                padding-right:5px}
#copyright  {font-size:x-small}

.floatleft  {float: left}
.floatright {float: right}
.clearall   {clear: both}
.hidden     {display: none;
             overflow:hide}

.tmain      {padding-right:2ex}

/*patches table*/
.patchtable TR TD {vertical-align:top}
.patchtable TR TH {text-align:left;
                    font-weight:bold;
                    vertical-align:top}
.patchtable {width:100%;}
/*.patchtable TR TD:last-child {width:50%;}*/