aboutsummaryrefslogtreecommitdiff
path: root/web/style3.css
blob: 6f0b42bf0d6ed12db77f28bff2a07d8521d1e6ae (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
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
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 { float: left; width: 100%; background: #333; padding-bottom: 2px; }
#header li { float: left; line-height: 48px; }
#header .text { margin-left: 15px; width: 285px; padding: 4px; border: none; background: #EEE; }
#header>.right { float: right; }
#header a { display: block; font-size: 18px; padding: 0 10px; color: #AAA;  }
#header .wide { padding: 0 20px; }
#header img { max-width: 32px; max-height: 32px; vertical-align: middle; margin-right: 4px; }

.head-ico { width: 32px; height: 32px; background: url(//static.juick.com/head-ico-24.png) no-repeat; display: inline-block; vertical-align: middle; margin-bottom: 2px; }
#hi-logo { width: 110px; margin: 0 28px; }
#hi-post { background-position: -142px 0; margin: 0 5px 0 -5px; }
#hi-settings { background-position: -174px 0; }
#hi-logout { background-position: -206px 0; }

/********/

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

/********/

#geomap { width: 600px; height: 300px; 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; height: 1px; overflow: visible; }
.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 { float: left; margin: 0 0 8px 10px; overflow: hidden; }
.msg-place { clear: both; font-size: small; margin: 8px 0 8px 58px; }
.msg-place>a { color: #999; }
.msg-txt { clear: both; 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; 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; }
.abs { position: absolute; }
.fix { position: fixed; }

/********/

#rcol { width: 190px; top: 0; margin: 10px 0 0 810px; padding-top: 10px; overflow: hidden; font-size: smaller; }

/********/

#dialogb { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; opacity: 0.5; background: #000; z-index: 10; }
#dialogw { display: none; position: fixed; top: 40%; left: 30%; width: 350px; padding: 20px; background: #EEEEE5; border: 1px solid #999; z-index: 11; }
#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; }

/******************************************************************************/

@media screen and (max-width: 800px) {
    #header,#topwrapper,#content,#footer,#mtoolbar { width: auto; min-width: 320px; }

    #hwrapper { position: fixed; top: 0; z-index: 1; }
    #topwrapper { margin-top: 3em; }

    #header li { line-height: 42px; }
    #search { position: absolute; left: 42px; right: 222px; min-width: 55px; }
    #header a { padding: 0 7px; }
    #header .text { width: 100%; }
    #header label { display: none; }
    #header img { margin: 0; }
    #header .wide { padding: 0 10px; }

    #hi-logo { width: 32px; background-position: -110px 0; margin: 0; }
    #hi-post { margin: 0; }

    .msg { width: auto; min-width: 280px; }
    .msg-comment textarea { width: 100%; }
    .msg-header { margin-bottom: 6px; }
    .msg-ts { clear: both; float: none; margin: 0 0 4px 58px; }
    .msg-txt { clear: both; margin: 8px 0 0 0; }
    .msg-media { overflow: scroll; }
    .msg-media,.msg-links,.msg-comment,.msg-comments,.msg-recomms { margin-left: 0px; }

    .fix,.abs { position: static; }
    #column { clear: both; margin: 0 3%; width: 44%; float: left; }
    #rcol { float: left; width: 44%; margin: 20px 3% 0 3%; }
}