-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
72 lines (70 loc) · 1.19 KB
/
styles.css
File metadata and controls
72 lines (70 loc) · 1.19 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
/*
styles.css
Initial code generated by thesitewizard.com's Layout Wizard 4.0.0
*/
body {
font-family: Arial, Helvetica, sans-serif ;
}
img {
max-width: 100% ;
width: auto ;
height: auto ;
}
input, select, button, textarea {
max-width: 100% ;
}
meter, progress, output {
max-width: 100% ;
}
table {
border-collapse: collapse;
width: 100%;
margin-top: 20px;
}
th, td {
border: 1px solid #f4b40b;
padding: 8px;
color: #f4b40b;
}
div#tswsidecol {
float: right ;
width: 15% ;
color: #F4B40B ;
background-color: #860B0B ;
}
div#tswcontent {
float: right ;
width: 85% ;
color: #F4B40B ;
background-color: #860B0B ;
}
@media only screen and (max-width: 329px) {
div#tswsidecol {
float: none ;
width: 100% ;
}
div#tswcontent {
float: none ;
width: 100% ;
}
}
div#tswcontproper {
padding-left: 5px ;
padding-right: 5px ;
}
div#tswcontainer {
color: inherit ;
background-color: #860B0B ;
}
div#tswsideproper, div#tswothersideproper {
padding-left: 5px ;
padding-right: 5px ;
}
div#tswheader {
color: #F4B40B ;
background-color: #860B0B ;
}
div#tswfooter {
color: #F4B40B ;
background-color: #860B0B ;
}