-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css~
111 lines (95 loc) · 1.76 KB
/
style.css~
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
/*
Theme Name: Bitremix
Theme URI: http://bitremix.com
Description: two columns,fixed width, left sidebar
Version: 1.0
Author: David Pelaez
Author URI: http://david.bitremix.com
Tags:two columns,fixed width, left sidebar
Comments: Softly based in the CSS by http://www.upstartblogger.com/
*/
$jojo=#FFF
*{
margin:0;
padding:0;
}
body {
background-color: #fff;
font-family: Helvetica, Arial, Verdana, sans-serif;
background-color: #fff;
padding: 20px;
font-size: .88em;
line-height: 1.5em;
color: #444444;
}
#wrapper {
width: 1000px;
margin-left: auto ;
margin-right: auto ;
/*Centering code tested with IE 6, 7, Firefox, Opera and Safari*/
}
#content {
width: 640px;
padding-left: 25px;
padding-right: 10px;
float: right;
border: #111 solid 20px;
border-style: none none none solid;
background-color: #fff;
}
#header{
padding-bottom: 10px;
margin-bottom:20px;
}
#sidebar {
width: 300px;
float: left;
}
#navbar{
display: block;
margin-left:10px;
list-style-type:none;
font-size: 350%;
font-weight: 900;
}
#navbar li{
margin-bottom: 15px;
}
#navbar li a{
text-decoration: none;
color: #000;
}
.footer {
clear: both;
text-align:center;
font-size: 80%;
line-height: 110%;
padding: 10px 250px 10px 250px;
}
@hola
p{
margin-bottom: 15px;
font-family: Georgia, "Times New Roman", Times, serif;
line-height: 170%;
}
@hi{
font-size: x-large;
font-style:italic;
line-height: 140%;
}
.title{
@hola
@hi
hojkj:$jojo;
margin-bottom: 25px !important;
}
.title a{
padding: 0 10px 0 5px;
font-size:350%;
white-space:pre-wrap;
line-height: 115%;
color: #000;
background-color: #ff0;
letter-spacing: -5px;
text-decoration: none;
}