aboutsummaryrefslogtreecommitdiff
path: root/web/style3.css
blob: 13cdf987c0fcc1c5390c1c5806cd46223f954c1e (plain) (blame)
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
html,body,div,h1,h2,ul,li,form,input,textarea { margin: 0; padding: 0; }
html,input { font-family: sans-serif; font-size: 12pt; }
html { background: #EEEEE5; color: #000; }
h1,h2 { font-weight: normal; }
ul { list-style-type: none; }
a { text-decoration: none; color: #069; }
img,hr { border: none; }
hr { height: 1px; background: #CCC; }

#header, #topwrapper { width: 1000px; margin: 0 auto; }
#content, #footer { width: 600px; margin: 0 auto; }

/********/

#hwrapper { width: 100%; background: #333; }
#header { height: 48px; }
#logo { float: left; margin: 3px 0 0 30px; }
#header a { font-size: 18px; }

#search { float: left; margin: 10px 0 0 51px; }
#search .text { width: 285px; padding: 4px; border: none; background: #EEE; }

#nav-right { float: right; }
#nav-right li { float: left; }
#nav-right a { display: block; line-height: 48px; padding: 0 15px; color: #AAA; }
#nav-right a:hover { background: #444; }
#nav-right .wide { padding: 0 20px; }
#nav-right img { max-width: 32px; max-height: 32px; vertical-align: middle; margin: 0 4px 0 0; }
#nav-right .ico24 { width: 24px; height: 24px; padding: 12px 0; background: url(//static.juick.com/icons24.png) no-repeat; }

/********/

#topwrapper { position: relative; }
#wrapper { width: 100%; float: left; }

/********/

#geomap { width: 570px; height: 360px; margin-top: 1em; overflow: hidden; }

.msg { padding: 15px; margin: 8px 0 16px 0; width: 570px; border: 1px solid #EEE; background: #FFF; }
.msgthread { margin-bottom: 0; border-bottom-color: #CCC; }
.msg-avatar { float: left; }
.msg-avatar img { width: 48px; height: 48px; vertical-align: top; }
.msg-ts { float: right; font-size: small; vertical-align: top; }
.msg-ts, .msg-ts>a { color: #999; }
.msg-menu { margin: 0 0 0 6px; padding: 2px 0; }
.msg-menu img { vertical-align: top; }
.msg-header { margin-left: 58px; overflow: hidden; }
.msg-place { font-size: small; margin: 8px 0 8px 58px; color: #999; }
.msg-txt { margin: 8px 0 8px 58px; overflow: hidden; }
.msg-media { text-align: center; margin: 8px 0 0px 58px; }
.msg-links { font-size: small; margin: 8px 0 0 68px; color: #999; }
.msg-comments { margin: 8px 0 0 58px; padding: 5px 0 0 10px; overflow: hidden; font-size: small; border-top: 1px solid #DDD; color: #AAA; }
.msg-comment { margin: 8px 0 0 58px; }
.msg-comment textarea { width: 505px; padding: 2px; resize: vertical; vertical-align: top; min-height: 12pt; height: 12pt; border: 1px solid #DDD; }
.msg-comment .narrow { width: 450px; }
.msg-comment input { width: 50px; margin-left: 6px; vertical-align: top; border: 1px solid #CCC; background: #EEE; color: #999; }
.msg-recomms { margin: 10px 0 0 68px; overflow: hidden; font-size: small; color: #AAA; }

#mtoolbar { width: 600px; margin-left: 1px; background: #E5E5DD; }
#mtoolbar ul, #mtoolbar a { padding: 5px; }
#mtoolbar li { display: inline; }
#mtoolbar div { display: inline-block; width: 16px; height: 16px; background: url(//static.juick.com/toolbar-icons.png) no-repeat; vertical-align: middle; margin: 5px; }

.newmessage { width: 570px; padding: 2px; resize: vertical; border: 1px solid #DDD; } /* textarea */

.users { width: 100%; margin: 10px 0; } /* table */
.users td { width: 33%; padding: 6px 0; overflow: hidden; } /* table */
.users img { width: 32px; height: 32px; vertical-align: middle; margin-right: 6px; } /* table */

.title2 { padding: 10px 20px; margin: 20px 0; background: #DDDDD0; }
.title2-right { float: right; line-height: 24px; }
.title2 h2 { font-size: 24px; }

.page { text-align: center; padding: 5px; background: #E5E5DD; }

/********/

#column { width: 185px; position: absolute; top: 0; padding-top: 10px; overflow: hidden; }
#column ul, #column p, #column hr { margin: 10px 0; }
#column li { margin: 6px 0; }
#column p { font-size: small; line-height: 140%; }
#column .inp { width: 175px; padding: 3px; border: 1px solid #CCC; border-radius: 3px; background: #F5F5E9; }
#ctitle { font-size: 14pt; }
#ctitle img { vertical-align: middle; margin-right: 5px; }
#ctoolbar { margin: 10px 0; padding: 5px; line-height: 0; background: #E5E5DD; }
#ctoolbar li { display: inline; }
#ctoolbar a { padding: 5px 10px;}
#ctoolbar div { display: inline-block; width: 16px; height: 16px; background: url(//static.juick.com/toolbar-icons.png) no-repeat; vertical-align: middle; margin: 5px 0; }
#ustats li { margin: 3px 0; font-size: smaller; }

/********/

#rcol { float: left; margin-left: -200px; }

/********/

#dialogb { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; opacity: 0.5; background: #000; }
#dialogw { display: none; position: fixed; top: 40%; left: 30%; width: 350px; padding: 20px; background: #EEEEE5; border: 1px solid #999; }
#dialogl,#dialogn { padding: 5px; margin: 3px 0 20px; border: 1px solid #DDD; background: #F5F5E9; }
#dialogw li { float: left; margin: 5px 10px 0 0; }
#dialogw a { display: block; width: 32px; height: 32px; background-image: url(//static.juick.com/sharesocial.png); }
#sharetw { background-position: -32px 0; }
#sharevk { background-position: -64px 0; }
#sharegp { background-position: -96px 0; }

/********/

#footer { clear: both; font-size: small; padding: 10px 0; color: #999; }
#footer-right { float: right; }