summaryrefslogtreecommitdiff
path: root/static/css/pages.css
blob: ad090cb33fc5a088af990a70b020bfc4bff25e92 (plain)
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
   #hugescreen{
position:fixed;
left:1700;
top:150;
}
#byfurie{
position:absolute;
z-index:888888;
left:770;top:435;
}
#chatrap{
  width:610;

  margin-left:auto;
  margin-right: auto ;



}
a:active {
	text-decoration: none;
	color: #000;
}
#footer
{
	text-align:center;
	position:fixed;
	width:100%;
	bottom:0px;

line-height:3.1;
	font-size:11px;
word-spacing:6px;
height:28px;
	color: #000;

}
#footer a {
	font-size: 11px;
	color: #000;
}
#footer a:link {
	text-decoration: none;
	font-size: 11px;
color:000;
}

#footer a:hover {
	text-decoration:none;
	font-size: 11px;
	color: #f0e;
}


#log
{
	position:absolute;
	
	top:57px;
	padding-top: 25px;

	
	
}
#posts {
	
	
	
}

      .editable {
         color: #0AA;
      }
      .editing {
         color: #F0F;
      }
      div#avatar {
	overflow: hidden;
	text-overflow: ellipsis;

	padding-bottom:20px;
      }
	

	input.inplace_field {
		width: 100%;	
	}

	textarea.inplace_field {
		width: 100%;
		height: 50px;
	}

	  h2 {

	letter-spacing:-1px;
color:#087cff;
	height:40px;
	font-size:24px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-shadow: 1px 3px 3px #c8cbce;
}

#headerbar{
top:80;
	background-image:url(/static/img/welcomebar.gif);
}
.invisible { display: none !important; }
body{
	background-color:#ffffee;
	background-image:url(/static/img/chanbg.png);
	background-repeat:repeat-x;
	background-position:top;
background-attachment:fixed;
		margin: 0;
	

	
}