blob: b4aa02f85f6d8f8569ef499e77aa5ea515be032b [file] [log] [blame]
sg481n43854a92017-08-03 17:27:34 -04001/*
2 Modifications for Desktop
3*/
4body {
5 background-size:23em 4.7em;
6}
7
8
9#breadcrumbs a:visited, #breadcrumbs a:link {
10 transition: padding .5s;
11}
12
13#breadcrumbs a:hover {
14 padding: 2px 2px 2px 30px;
15 transition: padding .5s;
16}
17
18#breadcrumbs, #inner {
19 margin: 3px;
20 width: 77%;
21 float: left;
22 min-width:500px;
23 background-color: #FFFFFF;
24
25}
26
27#breadcrumbs li {
28 box-shadow: 3px 3px 2px #888888;
29}
30
31#Pages {
32 margin: 20px;
33 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#147AB3', endColorstr='#ffffff',GradientType=1 ); /*linear gradient for IE 6-9*/
34}
35
36#Pages a:visited, #Pages a:link {
37 padding: 3px 40px 3px 10px;
38 transition: padding .5s;
39 margin: 6px;
40 box-shadow: 3px 3px 2px #888888;
41}
42
43#Pages a:hover {
44 padding: 4px 80px 4px 15px;
45 transition: box-shadow padding .5s;
46 box-shadow: 4px 4px 3px #888888;
47}
48
49
50#inner {
51 padding: 7px;
52 background: #FFFFFF;
53 overflow: hidden;
54}
55
56div.std, form {
57 border: solid 2px #D0D0D0;
58 border-radius: 5px;
59 box-shadow: 10px 10px 5px #888888;
60}
61
62div.detail {
63 border: solid 2px #C0C0C0;
64 border-radius: 14px;
65 box-shadow: 10px 10px 5px #888888;
66}
67
68#nav {
69 display: inline-block;
70 position: absolute;
71 right: 2%;
72 left: 81%;
73}
74
75#nav h2 {
76 color: #FF7200;
77 font-size: 1.2em;
78 font-family: Verdana,Arial,Helvetica,sans-serif;
79 font-style: italic;
80 font-weight: normal;
81
82}
83
84#nav ul {
85 font-style:italic;
86 font-size: .8em;
87 font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
88 color: #067ab4;
89 list-style-type: square;
90 margin: 0;
91 padding: 0;
92}