aboutsummaryrefslogtreecommitdiff
path: root/web/style3.css
blob: 49add6f2752959e1a03fb34487a9a5103b192d6e (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
html { margin: 0; padding: 0; font-family: sans-serif; font-size: 16px; }
body { margin: 0; padding: 0; }
h1,h2 { font-weight: normal; }
ul { list-style-type: none; }
a { text-decoration: none; }
hr { display: none; }
img { border: none; }

/********/

#header { width: 900px; margin: 0 auto; }
#logo { float: left; margin: 8px 16px 0 0; }
#header ul { margin: 0; padding: 0; }
#header a { text-decoration: none; font-size: 18px; }

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

#header ul a { display: block; line-height: 56px; padding: 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 { clear: both; width: 100%; border-top: 1px solid; border-bottom: 1px solid; background: #F0F0F0; }
#title>h1 { width: 900px; margin: 20px auto; font-size: 28px; }

#title-container { width: 900px; margin: 20px auto; min-height: 100px; }
#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; padding: 0; }
#title-stats li { margin: 0; padding: 0; }
#title-username { margin: 0 220px 0 140px; }

/********/

#wrapper { width: 900px; margin: 0 auto; }
#content { width: 640px; margin-left: 260px; float: left; }
#content ul { list-style-type: none; margin: 0; padding: 0; }
#content li { background-repeat: no-repeat; }

/********/

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

#content .msg { padding: 16px 0 0 0; margin: 0 0 16px 0; border-top: 1px solid; width: 640px; }
#content .msg-media { text-align: center; margin-bottom: 10px; }
#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; }
#content .msg-menu { margin: 0 8px; display: inline; position: relative; }
#content .msg-menu img { vertical-align: top; }
#content .msg-menu ul { display: none; position: absolute; top: 20px; right: 0; width: 200px; margin: 0; padding: 5px; }
#content .msg-menu li { margin: 0; padding: 0; }
#content .msg-header { margin-left: 58px; }
#content .msg-txt { margin-left: 58px; padding: 6px 0 0 0; }
#content .msg-links { font-size: small; margin: 10px 0 0 68px; }
#content .msg-comments { margin: 10px 0 0 58px; padding: 5px 20px; overflow: hidden; font-size: small; }
#content .msg-comment { margin: 10px 0 0 58px; padding: 0px 0 0 20px; }
#content textarea { border: 1px solid; width: 556px; padding: 2px; resize: vertical; }

#chats li { margin: 16px; }

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

#gallery { margin: 20px auto; padding: 0; }
.galleryitem { float: left; margin: 0; padding: 0; line-height: 0; }
.galleryitem img { margin: 0 5px 5px 0; }

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

/********/

#column { float: left; width: 210px; margin-left: -900px; }
#column ul { margin: 8px 0 0 0; padding: 0; }
#column li { margin: 0; padding: 2px 0 2px 10px; }
#column p { font-size: 14px; margin: 0 0 0 10px; }
#column .inp { width: 195px; }
#column h2 { border-bottom: 1px solid; font-size: 18px; margin: 24px 0 8px 0; padding: 0 0 2px 2px; }

/********/

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

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

html { background: #FFF; color: #000; }
a { color: #069; }
#header li a:hover { background: #E0F0FF; }
#title { border-color: #CCC; }
#nav-menu { background: #DDD; }
#title-stats { border-color: #CCC; }

#content .msg { border-color: #DDD; }
#content .msg-comments { background: #F5F5F5; color: #999; }
#content .msg-ts a { color: #999; }
#content textarea { border-color: #DDD; }
#content .msg-menu ul { background: #DDD; }
.title2 { background: #F0F0F0; }
.page { background: #F0F0F0; }

#column li:hover { background: #E0F0FF; }
#column h2 { border-color: #CCC; }

#footer { color: #999; }