-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyles.css
85 lines (76 loc) · 1.6 KB
/
styles.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
syn_padDiv.table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
}
h1 {
font-size: 23px;
border-bottom-width: 2px;
border-bottom-style: solid;
text-align: center;
}
h2 { text-align: center; }
.syn_description {
font-size: 18px;
text-align: justify;
margin-left: 4%;
margin-right: 4%;
}
.syn_selection {
font-size: 18px;
text-align: center;
margin-left: 5%;
margin-right: 5%;
font-style: italic;
}
body {
margin-right: auto;
margin-left: auto;
background-color: #f4f4f4;
font-family: Georgia, "Times New Roman", Times, serif;
padding: 1% 5% 0% 5%;
}
div.syn_main {
width:100%;
text-align: justify;
background-color: #eeeeee;
border-style: inset;
border-width: 2px;
border-color: #d4d4d4;
}
div.syn_space {
position: relative;
width: 71%;
margin: 0% 0% 0% 27%;
height: 4px;
background-color: #000000;
}
div.syn_one_third{
height:85%;
width:33%;
float:left;
text-align:center;
line-height:200%;
-moz-user-select: none;
-webkit-user-select: none;
-khtml-user-select: none;
}
div.syn_left_half, div.syn_right_half {
float: left;
background-color: #e0e0e0;
width:50%;
text-align:center;
line-height:200%;
-moz-user-select: none;
-webkit-user-select: none;
-khtml-user-select: none;
float: left; border-right-style:none; }
div#wrap {
margin-right: auto;
margin-left: auto;
background-color: #ffffff;
}