-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathbyzantium.css
140 lines (121 loc) · 2.44 KB
/
byzantium.css
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
/* Byzantium CSS */
/*
Copyright TEI Consortium.
These material is dual-licensed:
1. Distributed under a Creative Commons Attribution-ShareAlike 3.0
Unported License http://creativecommons.org/licenses/by-sa/3.0/
2. http://www.opensource.org/licenses/BSD-2-Clause
All rights reserved.
*/
#banner {
background-image:url('byzantium.jpg');
background-size:100%;
background-repeat: no-repeat;
height: 200px;
margin: 0px 0px 20px 0px;
}
h1 {
color: #feffed;
font-family: sans-serif;
font-size: 2.5em;
padding-top: 10px;
padding-left: 10px;
}
body {
font-family: Verdana,Arial,sans-serif;
}
#selected
{
float:right;
}
#message {
border-bottom: solid green 1pt;
border-top: solid green 1pt;
padding; 2pt;
font-size: smaller;
font-style:italic;
}
td#members{
font-size:90%;
margin:5%;
background-color:#EEE;
padding:2%;
border:1px dotted black;
}
td#attributes{
font-size:90%;
margin:5%;
padding:2%;
}
td{
vertical-align:top;
}
table#moduleList td {
padding: 2pt;
}
tr.choice >td {
padding: 12pt;
border-bottom: solid blue 2pt;
}
tr.filetable >td {
font-family: monospace;
padding: 4pt;
}
tr.list >td {
padding: 4pt;
}
h2{
color:#900;
}
span.button {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: smaller;
margin: 3px;
color: #003366
border: #00ffff;
border-style: solid;
border-width: 1px;
cursor:pointer;
padding: 2pt;
border-radius: 5px;
background-color:#E0E0E0;
}
.ui-widget { font-family: Verdana,Arial,sans-serif/*{ffDefault}*/; font-size: 0.9em/*{fsDefault}*/; }
.ui-widget .ui-widget { font-size: 0.9em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget { font-family: Verdana,Arial,sans-serif/*{ffDefault}*/; font-size: 0.9em; }
.modulelink,
.classlink,
.attributelink{
border:none;
color:blue;
cursor:pointer;
}
td.unselected {
color: red;
}
#tabs {
background: transparent;
border: none;
}
#tabs .ui-widget-header {
background: transparent;
border: none;
border-bottom: 1px solid #c0c0c0;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
border-radius: 0px;
}
#tabs .ui-state-default {
background: transparent;
border: none;
}
#tabs .ui-state-active {
background: transparent url(images/uiTabsArrow.png) no-repeat bottom center;
border: none;
}
#tabs .ui-state-default a {
color: #c0c0c0;
}
#tabs .ui-state-active a {
color: #459E00;
}