-
Notifications
You must be signed in to change notification settings - Fork 0
/
proto-layout.css
180 lines (140 loc) · 3.32 KB
/
proto-layout.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
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
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
div,body,ul,li {padding: 0;margin: 0;}
div {outline : 0px solid #000;}
ul {list-style-type: none;}
li {display: inline; margin-right: 15px;}
body {font-size: 12px;font-family: Helvetica,Georgia;}
#page {
width: 960px;
margin-top: 30px;
margin-left: auto;
margin-right: auto;
outline: 0px solid gray;
}
#container,#container-menu {outline: 0;}
#menu-container {
width: auto;
overflow: auto;
border: 0px solid red;
}
#menu-container ul.nav {
border: 0px solid #000;
padding: 8px;
font-size: 16px;
font-weight: bold;
}
ul.nav li a:link,
ul.nav li a:visited,
ul.nav li a:hover,
ul.nav li a:active {
text-decoration: none;
color: #fff;
}
ul.nav li {
background-color: #505759;
margin-right: 5px;
padding: 6px;
}
#container-menu {
width: auto;
overflow: auto;
padding-top: 2px;
background-color: #dedede;
height: 22px;
padding-top: 2px;
}
#container-menu ul {
float: right;
}
#menu-container-sections {
float: left;
}
#menu-container-search {
float: right;
}
#right-sidebar {
margin-top: 10px;
}
#bucket {
margin-right: 20px;
border: 0px solid red;
width: 600px;
margin-top: 10px;
}
#bucket .item {
padding: 8px 8px 8px 4px;
border-bottom: 1px dotted #000;
overflow: auto;
}
#bucket .title {
font-weight: bold;
font-size: 16px;
}
#bucket .title a:link,
#bucket .title a:visited,
#bucket .title a:hover,
#bucket .title a:active {
color: #07c;
text-decoration: none;
}
#bucket .body {
font-size: 13px;
}
#bucket .rating {
width: 90px;
height: 90px;
border: 2px solid black;
float: left;
margin-right: 8px;
font-size: 14px;
font-weight: bold;
}
#bucket table {
outline: 0px solid red;
height: 100%;
width: 100%;
}
#right-sidebar {
width: 300px;
float: right;
outline: 1px solid gray;
padding: 2px 4px 4px 4px;
}
.book-meta {
color: gray;
font-size: 11px;
font-style: italic;
padding-bottom: 4px;
}
.book-action button {
border: 1px solid #000;
}
.book-action ul {
border: 0px solid #000;
}
.book-action-list li{
border: 0px solid #000;
margin-right: 2px;
}
li.recommend-rating span{
font-style: italic;
font-size: 11px;
color:light-gray;
padding-right: 2px;
}
li.recommend-rating span.selected-rating {
font-size: 18px;
color: orange;
}
.book-comment {
padding-top: 2px;
padding-bottom: 2px;
border: 0px solid red;
width: 400px;
}
.book-comment-submit {
text-align: right;
}
.book-comment-submit input {
border: 1px solid #000;
background-color: #dedede;
}