aboutsummaryrefslogtreecommitdiff
path: root/web/style3.css
blob: 69d38182370050b6e8170445675053a3d5fe6d81 (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
html,body,h1,h2,ul,li,form,input,textarea { margin: 0; padding: 0; }
html,input { font-family: sans-serif; font-size: 12pt; }
h1,h2 { font-weight: normal; }
ul { list-style-type: none; }
a { text-decoration: none; }
img { border: none; }

#header,#title,#topwrapper { width: 1000px; margin: 0 auto; }

/********/

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

#search { float: left; margin: 5px 0 0 32px; }
#search .text { width: 300px; padding: 4px; border-radius: 2px; }
#search .submit { padding: 3px; margin-left: 5px; border-radius: 2px; }

#nav-right { float: right; }
#nav-right li { float: left; }

#header ul a { display: block; line-height: 48px; padding: 0 20px 0 20px; }
#nav-right img { vertical-align: middle; margin: 0 4px 0 0; }
#nav-menu { display: none; position: absolute; z-index: 1; }
#nav-menu li { float: none; }

/********/

#title { display: none; clear: both; width: 100%; }
#title>h1 { margin: 20px auto; font-size: 28px; }
#title-av { width: 100px; height: 100px; margin-left: 20px; float: left; }
#title-av img { vertical-align: top; padding: 2px; }
#title-stats { width: 200px; float: right; border-left: 1px solid; }
#title-stats ul { margin: 10px 0 10px 20px; }
#title-username { margin: 0 220px 0 140px; }

/********/

#topwrapper { position: relative; }
#wrapper { width: 100%; float: left; }
#content { width: 600px; margin: 0 auto; padding: 0; }
#content li { background-repeat: no-repeat; }

/********/

#filters { display: none; margin: 15px 0; border-bottom: 1px solid; padding: 10px 0; }
#filters li { display: inline; margin-right: 10px; }

/********/

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

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

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

table.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; }

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

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

/********/

#column { width: 185px; position: absolute; top: 0; padding-top: 10px; overflow: hidden; }
#column ul,p,hr { margin: 10px 0; }
#column li { margin: 6px 0; }
#column p { font-size: small; line-height: 140%; }
#column hr { height: 1px; border: none; }
#column .inp { width: 175px; border: 1px solid; padding: 3px; border-radius: 3px; }
#ctitle { font-size: 14pt; }
#ctitle img { vertical-align: middle; margin-right: 5px; }
#ustats li { margin: 3px 0; font-size: smaller; }

/********/

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

/********/

#footer { clear: both; width: 600px; margin: 0 auto; font-size: small; padding: 15px 0 10px 0; }
#footer-right { float: right; }

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

html { background: #EEEEE5; color: #000; }
a { color: #069; }
#hwrapper { background: #333; }
#header a { color: #AAA; }
#header li a:hover { background: #444; }
#title { background: #F0F0F0; }
#nav-menu { background: #DDD; }
#title-stats { border-color: #CCC; }
#search .text { border: none; background-color: #EEE; }
#search .submit { border: none; background-color: #DDD; }

#filters { border-color: #CCC; }
#filters a { color: #999; }
#content .msg { background: #FFF; border-color: #EEE; }
#content .msg-place { color: #999; }
#content .msg-comments { color: #AAA; border-color: #DDD; }
#content .msg-ts>a { color: #999; }
#content .msg-links { color: #999; }
#content .msg-comment textarea { border-color: #DDD; }
#content .msg-comment input { border-color: #CCC; background-color: #EEE; color: #999; }
#content .msg-recomms { color: #AAA; }

#content textarea.newmessage { border-color: #DDD; }

.title2 { background: #DDDDD0; }
.page { background: #E5E5DD; }

#column hr { background-color: #CCC; }
#column .inp { border-color: #CCC; background: #F5F5E9; }

#footer { color: #999; }