-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathant.scss
163 lines (147 loc) · 2.38 KB
/
ant.scss
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
body {
background: #efefef;
font-family: Helvetica, Arial, sans-serif;
text-shadow: 1px 1px 0px #ccc;
a {
text-decoration: none;
}
a:hover {
color: red;
}
#outer {
width: 780px;
padding: 0px 0px 10px 0px;
margin: auto;
#attr {
font-size: 10pt;
font-style: italic;
}
}
}
#leakeddoc {
text-shadow: none;
box-shadow: 0px 0px 5px darkgray;
margin:auto;
background: white;
width: 720px;
padding: 15px 30px;
background: white;
font-family: sans-serif;
.tsheader {
clear: both;
text-align: center;
}
.ts:before {
content: "(TS//SI//REL) ";
//font-weight: bold;
}
#top {
display: block;
#topleft {
width: 250px;
#logo {
img {
width: 235px;
}
}
float: left;
}
#topright {
text-align: right;
padding: 5px;
float: right;
#name {
width: 450px;
padding: 5px 0px;
text-transform: uppercase;
font-weight: bold;
color: darkblue;
font-size: 34pt;
}
#product {
color: black;
font-size: 24pt;
}
}
}
#maindoc {
display: block;
clear: both;
padding: 0px 20px;
font-size: 10.8pt;
#heading {
display: table;
border-bottom: 1px solid black;
#crossbar1 {
position: relative;
width: 26px;
border-bottom: 1px solid black;
left: 583px;
top: 48px;
}
#crossbar2 {
position: relative;
height: 26px;
border-left: 1px solid black;
left: 660px;
top: 87px;
}
#topsummary {
padding: 20px 10px 5px 0px;
float: left;
width: 586px;
border-right: 1px solid black;
height: 48px;
}
#topdate {
width: 60px;
float: right;
padding: 30px 10px 5px 10px;
text-align: center;
font-weight: bold;
}
}
#content {
clear: both;
#content-left {
float: left;
width: 586px;
padding: 10px 10px 10px 0px;
text-align: left;
#diagram {
float: right;
padding: 20px;
width: 300px;
height:200px;
}
.ts {
padding-bottom: 10px;
}
}
#blobs {
width: 83px;
height: 400px;
padding: 167px 0px 0px 0px;
img {
width: 80px;
height: 350px;
}
float: right;
border-left: 1px solid black;
}
}
#footer {
display:block;
clear:both;
.censored {
color: #f08;
}
#footer-right {
float: right;
font-size: 9px;
font-weight: bold;
text-align: right;
}
}
}
}