Skip to content

Commit 6674ae3

Browse files
committed
Refactored code
1 parent 4f972af commit 6674ae3

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

buildSrc/src/main/resources/javadoc-stylesheet.css

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
@import url('resources/fonts/dejavu.css');
33

44
body {
5-
background-color: #ffffff;
5+
background-color: #FFF;
66
color: #353833;
77
font-family: 'DejaVu Sans', Arial, Helvetica, sans-serif;
88
font-size: 14px;
@@ -114,7 +114,7 @@ Document title and Copyright styles
114114
}
115115

116116
.bar a, .bar a:link, .bar a:visited, .bar a:active {
117-
color: #FFFFFF;
117+
color: #FFF;
118118
text-decoration: none;
119119
}
120120

@@ -123,8 +123,8 @@ Document title and Copyright styles
123123
}
124124

125125
.tab {
126-
background-color: #0066FF;
127-
color: #ffffff;
126+
background-color: #06F;
127+
color: #FFF;
128128
padding: 8px;
129129
width: 5em;
130130
font-weight: bold;
@@ -135,7 +135,7 @@ Navigation bar styles
135135
*/
136136
.bar {
137137
background-color: #4D7A97;
138-
color: #FFFFFF;
138+
color: #FFF;
139139
padding: .8em .5em .4em .8em;
140140
height: auto;
141141
font-size: 11px;
@@ -144,7 +144,7 @@ Navigation bar styles
144144

145145
.top-nav {
146146
background-color: #4D7A97;
147-
color: #FFFFFF;
147+
color: #FFF;
148148
float: left;
149149
padding: 0;
150150
width: 100%;
@@ -158,7 +158,7 @@ Navigation bar styles
158158
.bottom-nav {
159159
margin-top: 10px;
160160
background-color: #4D7A97;
161-
color: #FFFFFF;
161+
color: #FFF;
162162
float: left;
163163
padding: 0;
164164
width: 100%;
@@ -203,7 +203,7 @@ ul.sub-nav-list li{
203203
}
204204

205205
.top-nav a:link, .top-nav a:active, .top-nav a:visited, .bottom-nav a:link, .bottom-nav a:active, .bottom-nav a:visited {
206-
color: #FFFFFF;
206+
color: #FFF;
207207
text-decoration: none;
208208
text-transform: uppercase;
209209
}
@@ -255,16 +255,16 @@ Page header and footer styles
255255
}
256256

257257
.sub-title {
258-
margin: 5px 0 0 0;
258+
margin: 5px 0 0;
259259
}
260260

261261
.header ul {
262-
margin: 0 0 15px 0;
262+
margin: 0 0 15px;
263263
padding: 0;
264264
}
265265

266266
.footer ul {
267-
margin: 20px 0 5px 0;
267+
margin: 20px 0 5px;
268268
}
269269

270270
.header ul li, .footer ul li {
@@ -295,7 +295,7 @@ ul.block-list ul.block-list li.block-list h3 {
295295
}
296296

297297
ul.block-list li.block-list h2 {
298-
padding: 0 0 20px 0;
298+
padding: 0 0 20px;
299299
}
300300

301301
/*
@@ -315,7 +315,7 @@ Page layout container styles
315315

316316
.index-container h2 {
317317
font-size: 13px;
318-
padding: 0 0 3px 0;
318+
padding: 0 0 3px;
319319
}
320320

321321
.index-container ul {
@@ -331,12 +331,12 @@ Page layout container styles
331331
.content-container .description dl dt, .content-container .details dl dt, .serialized-form-container dl dt {
332332
font-size: 12px;
333333
font-weight: bold;
334-
margin: 10px 0 0 0;
334+
margin: 10px 0 0;
335335
color: #4E4E4E;
336336
}
337337

338338
.content-container .description dl dd, .content-container .details dl dd, .serialized-form-container dl dd {
339-
margin: 5px 0 10px 0;
339+
margin: 5px 0 10px;
340340
font-size: 14px;
341341
font-family: 'DejaVu Sans Mono',monospace;
342342
}
@@ -379,7 +379,7 @@ ul.inheritance li ul.inheritance {
379379
}
380380

381381
ul.block-list, ul.block-list-last {
382-
margin: 10px 0 10px 0;
382+
margin: 10px 0 10px;
383383
padding: 0;
384384
}
385385

@@ -397,7 +397,7 @@ ul.block-list ul.block-list li.block-list, ul.block-list ul.block-list-last li.b
397397

398398
ul.block-list ul.block-list ul.block-list li.block-list, ul.block-list ul.block-list ul.block-list-last li.block-list {
399399
padding: 0 0 5px 8px;
400-
background-color: #ffffff;
400+
background-color: #FFF;
401401
border: none;
402402
}
403403

@@ -457,7 +457,7 @@ Table styles
457457
.use-summary caption a:active, .constants-summary caption a:active, .deprecated-summary caption a:active,
458458
.overview-summary caption a:visited, .member-summary caption a:visited, .type-summary caption a:visited,
459459
.use-summary caption a:visited, .constants-summary caption a:visited, .deprecated-summary caption a:visited {
460-
color: #FFFFFF;
460+
color: #FFF;
461461
}
462462

463463
.overview-summary caption span, .member-summary caption span, .type-summary caption span,
@@ -583,15 +583,15 @@ td.col-one a:link, td.col-one a:active, td.col-one a:visited, td.col-one a:hover
583583
}
584584

585585
.table-sub-heading-color {
586-
background-color: #EEEEFF;
586+
background-color: #EEF;
587587
}
588588

589589
.alt-color {
590-
background-color: #FFFFFF;
590+
background-color: #FFF;
591591
}
592592

593593
.row-color {
594-
background-color: #EEEEEF;
594+
background-color: #EEF;
595595
}
596596

597597
/*

0 commit comments

Comments
 (0)