comparison examples/search/style.css @ 6:077b0a0a3e6d

remaining originals according to dependency walk
author Robert Boland <robert@markup.co.uk>
date Thu, 16 Feb 2017 22:29:02 +0000
parents
children
comparison
equal deleted inserted replaced
5:55445b456ad0 6:077b0a0a3e6d
1 html {
2 padding:0px;
3 margin:0px;
4 }
5
6 body {
7 background-color: #EDEFF4;
8 font-size: 12px;
9 font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
10 color:#564b47;
11 padding:0px;
12 margin:0px;
13 }
14
15
16 a {
17 color: #3B5998;
18 font-size: 11px;
19 background-color:transparent;
20 text-decoration: none;
21 }
22
23 pre {
24 color: #564b47;
25 font-size: 11px;
26 background-color: #e1ddd9;
27 font-family: Courier, Monaco, Monospace;
28 }
29
30 p,h1, h3, pre {
31 padding: 5px 15px;
32 margin: 0px;
33 }
34
35 h3 {
36 font-size: 13px;
37 text-transform:uppercase;
38 color: #564b47;
39 background-color: transparent;
40 }
41
42 #logo {
43 position: absolute;
44 right: 2%;
45 width: 96%;
46 text-align: right;
47 top: 20px;
48 }
49
50 #left {
51 position: absolute;
52 left: 2%;
53 width: 22%;
54 top: 160px;
55 background-color: #ffffff;
56 }
57
58 #content {
59 position: absolute;
60 left: 25%;
61 width: 50%;
62 top: 160px;
63 background-color: #ffffff;
64 overflow: auto;
65 }
66
67 #right {
68 position: absolute;
69 left: 76%;
70 width: 22%;
71 top: 160px;
72 background-color: #ffffff;
73 overflow: auto;
74 }
75
76 #search {
77 text-align:center;
78 margin-top:30px;
79 }
80
81 #right, #content, #left {
82 border: 1px solid #564b47;
83 padding:0px;
84 margin:0px;
85 }
86
87 label{
88 font-family:verdana,arial,'sans serif';
89 margin-left:20px;
90 }
91
92 input.largeText {
93 height:80px;
94 font-family:verdana,arial,'sans serif';
95 font-size:20px;
96 }
97
98 input.submitButton {
99 height:30px;
100 font-family:verdana,arial,'sans serif';
101 font-size:16px;
102 }
103
104 img {
105 max-width: 200px;
106 max-height: 200px;
107 }
108
109