fastdial page updated
[cinan.git] / style.css
blobf8574b5cea09a2ec5c6dc507bfcd83ee8454f486
1 /* General Formatting - DO NOT TOUCH UNCOMMENTED LINES UNLESS YOU KNOW WHAT YOU ARE DOING! */
3 body {
4 /* Background Picture */
5 /*background: url('bg.jpg');*/
6 /* Font Color */
7 color: #ffffff;
8 /* Font Type */
9 font-family: cure; font-size:12px; line-height:14px;
10 background: #101010;
13 a { text-decoration:none; color: #BABABA}
14 /*a {*/
15 /**//* Link Color */
16 /*color: #ffffff;*/
17 /**//* Link Size */
18 /*font-size: 11px;*/
19 /**//* Link Text Decoration - underline, overline, etc. */
20 /*text-decoration: none;*/
21 /*}*/
23 #one {
24 position: absolute;
25 /* Block 01 Position from top edge */
26 top: 100px;
27 /* Block 01 Position from left edge */
28 left: 100px;
29 padding-left: 5px;
30 /* Block 01 Left Border */
31 /*border-left: 1px solid #ffffff;*/
34 #two {
35 position: absolute;
36 /* Block 02 Position from top edge */
37 top: 100px;
38 /* Block 02 Position from left edge */
39 left: 190px;
40 padding-left: 5px;
41 /* Block 02 Left Border */
42 /*border-left: 1px solid #ffffff;*/
45 #three {
46 position: absolute;
47 /* Block 03 Position from top edge */
48 top: 100px;
49 /* Block 03 Position from left edge */
50 left: 280px;
51 padding-left: 5px;
52 /* Block 03 Left Border */
53 /*border-left: 1px solid #ffffff;*/
56 #four {
57 position: absolute;
58 /* Block 04 Position from top edge */
59 top: 100px;
60 /* Block 04 Position from left edge */
61 left: 370px;
62 padding-left: 5px;
63 /* Block 04 Left Border */
64 /*border-left: 1px solid #ffffff;*/
68 #five {
69 position: absolute;
70 /* Block 04 Position from top edge */
71 top: 100px;
72 /* Block 04 Position from left edge */
73 left: 450px;
74 padding-left: 5px;
75 /* Block 04 Left Border */
76 /*border-left: 1px solid #ffffff;*/
79 #six {
80 position: absolute;
81 /* Block 04 Position from top edge */
82 top: 100px;
83 /* Block 04 Position from left edge */
84 left: 550px;
85 padding-left: 5px;
86 /* Block 04 Left Border */
87 /*border-left: 1px solid #ffffff;*/
90 /*.number {*/
91 /**//* Number Font Size */
92 /*font-size: 50px;*/
93 /*}*/
95 .title {
96 /* Title Font Size */
97 /*font-size: 14px;*/
98 /*margin-bottom: 20px;*/
99 color: #555555;
102 /*#google {*/
103 /*position: absolute;*/
104 /**//* Search Block Position from top edge */
105 /*top: 100px;*/
106 /**//* Search Block Position from left edge */
107 /*left: 650px;*/
108 /**//* Search Block Left Border */
109 /*border-left: 1px solid #ffffff;*/
110 /*width: 300px;*/
111 /*height: 53px;*/
112 /*padding-top: 27px;*/
113 /*padding-left: 5px; */
114 /*}*/
116 /*input {*/
117 /**//* Searchbox Border */
118 /*border: 1px solid #ffffff;*/
119 /**//* Searchbox Background Color */
120 /*background: #212127;*/
121 /**//* Searchbox Text Color */
122 /*color: #ffffff;*/
123 /*}*/
125 /* JS Formatting - DO NOT TOUCH UNLESS YOU KNOW WHAT YOU ARE DOING! */
127 #menu {
128 width: 80px;
129 height: 55px;
130 overflow: hidden;
133 #menut {
134 width: 80px;
135 height: 80px;
136 overflow: hidden;
139 #menuth {
140 width: 80px;
141 height: 55px;
142 overflow: hidden;
145 #menuf{
146 width: 80px;
147 height: 40px;
148 overflow: hidden;
151 #menufi{
152 width: 80px;
153 height: 80px;
154 overflow: hidden;
157 #menus {
158 width: 80;
159 height: 80px;
160 overflow: hidden;
163 /* cc BY-NC-SA License :: k3ttc4r :: 2008 :: http://k3ttc4r.deviantart.com */
164 /* background by Alexander-GG :: http://alexander-gg.deviantart.com */