-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
124 lines (97 loc) · 2.01 KB
/
Copy pathstyles.css
File metadata and controls
124 lines (97 loc) · 2.01 KB
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
body { background: white;
color: black;
font-family: Arial, Helvetica, sans-serif;
}
table { background: inherit;
color: inherit;
}
a { color: orangered;
font-family: inherit;
border: 0;
text-decoration: none;
}
a:hover {color:orange;
text-decoration:none;}
img { border: 1px solid;
margin: 2px 2px 2px 2px;}
div#titles{ background: white;
float: left;
text-transform: uppercase;
font-size: 40;
}
#subtitle{ font-size: 20;
text-transform: uppercase;
}
div#contentbox{ background: white;
float: right;
position: absolute;
top: 80px;
left: 28%;
width: 640px;
border: 1px dashed;
border-radius: 8px;
padding: 2px 4px 0px 4px;
}
div#linkbar { background: white;
position: absolute;
top: 80px;
left: 20px;
float: left;
width: 25%;
height: 130%;
color: black;
font: inherit;
padding-top: 10px;
padding-left: 4px;
font-weight: bold;
text-transform: uppercase;
}
div#linksub { color: orangered;
padding-left: 3px;
margin: 2px 4px 0px 4px;
font-weight: normal;
text-transform: none;
font-size: 9pt;
}
div.bdefcontent{ width:550px;
margin-left: auto;
margin-right:auto;
}
.contentlinxbox { background: white;
margin-top: 5px;
border: 1px orangered solid;
padding: 3px;
font-size:10pt;
position: relative;
top:5px;
border-radius: 8px;
}
.contentlinxbox:hover{background: whitesmoke;
}
.linkbar a:hover { color: yellow;
background: inherit;
}
.littlelink { color: inherit;
position: relative;
left: 0px;
font-weight: normal;
font-size: 8pt;
border-top: 0px;
}
.littlelink a{ font-weight: normal;
background: inherit;}
.bottom {position: relative;
top: 50px;
padding: 2em;
width: 90%;
}
i {font-style: italic;
font-family: inherit;
}
.contenttext {
position: relative;
top: 50px;
background: inherit;
color: inherit;
font-family: inherit;
}