aboutsummaryrefslogtreecommitdiffstats
path: root/web/page_user.css
blob: 7b2d91c1c0430aacd27358e431b558d906462f0f (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
div.user_info{
    width:31%;
    height:100%;
    background-color:#222222;
    font-size:18px;
    overflow:auto;
    float:left;
}
div.user_info div.head{
    margin:6px 0px 6px 0px;
}
div.user_info div.setting{
    float:right;
}
div.user_info div.head input.name{
    width:62%;
    height:32px;
    margin:0px 0px 6px 6px;
    background-color:#222222;
    color:#E9E9E9;
    font-weight:bold;
    font-size:24px;
    line-height:32px;
    border-width:0px;
}
div.user_info div.head input.aboutme,input.headimg{
    width:95%;
    height:24px;
    margin:0px 0px 6px 6px;
    background-color:#222222;
    color:#E9E9E9;
    font-weight:normal;
    font-size:16px;
    line-height:24px;
    border-width:0px;
}
div.user_info div.head img.headimg{
    width:100%;
    margin:0px 0px 0px 0px;
    display:block;
}
div.user_info table.info{
    width:95%;
    margin:0px auto 0px 6px;
}
div.user_info table.info td.info{
    font-weight:normal;
    font-size:16px;
}

div.user_data{
    width:69%;
    height:100%;
    overflow:auto;
    float:left;
}
div.user_data div.prolist{
    width:62%;
    margin:32px auto 0px auto;
}
div.user_data div.prolist span.item{
    width:64px;
    height:32px;
    line-height:32px;
    display:inline-block;
}
div.user_data div.prolist a.item{
    width:100%;
    height:100%;
    font-weight:bold;
    font-size:16px;
    text-align:center;
    text-decoration:none;
    display:block;
}
div.user_data div.prolist a:hover.item{
    text-decoration:underline;
}

table.login{
    width:256px;
    margin:192px auto;
    border-spacing:16px;
}
table.login div.error{
    width:100%; 
    height:16px;
    font-size:16px;
    color:#FFA0A0;
}
table.login div.head{
    width:100%; 
    font-size:16px;
}
table.login input.input{
    width:100%;
    padding:0px 0px 0px 0px;
    font-size:20px;
    background-color:#E9E9E9;
    border-width:0px;
}
table.register{
    width:256px;
    margin:192px auto;
    border-spacing:16px;
}
table.register div.error{
    width:100%; 
    height:16px;
    font-size:16px;
    color:#FFA0A0;
}
table.register div.head{
    width:100%; 
    font-size:16px;
}
table.register input.input{
    width:100%;
    padding:0px 0px 0px 0px;
    font-size:20px;
    background-color:#E9E9E9;
    border-width:0px;
}