-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
143 lines (127 loc) · 3.07 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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
/*
Theme Name: Comet for atjine
Theme URI: http://github.com/ghelleks/comet-atjine
Description: A Technology Job Is No Excuse's Child theme for Frostpress' Comet
Author: Gunnar Hellekson
Author URI: http://gunnar.hellekson.com/about/
Template: comet
Version: 0.1.0
*/
/* Font Experiment */
/* Import Fonts
* ------------------------------------------------------------ */
@import url(http://fonts.googleapis.com/css?family=Lora);
/* Defaults
* ------------------------------------------------------------ */
body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
select,
textarea {
color: #222;
font-family: 'Lora', Georgia, "Times New Roman", Times;
line-height: 1.65;
line-height: 1.65;
}
/*
* Make the header less ridiculous
*/
#header {
padding: 20px 0px 20px 0px;
}
#header h4 {
margin: 0px 0px 0px 0px;
}
/*
* Make the menu less ugly
*/
li.menu-item {
font-family: 'Droid Sans', Helvetica, Arial, sans-serif;
}
/*
* Post tiles in sans, and not italic
*/
h1.post-title {
font-family: 'Droid Sans', Helvetica, Arial, sans-serif;
font-style:normal;
}
/*
* LIFTED CORNERS IMAGES for "image" posts only
*/
#content div.format-image div.post-text img {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
margin-top: 40px;
margin-bottom: 40px;
display:block;
background:#FFF;
padding: 5px;
-webkit-box-shadow:4px 4px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
-moz-box-shadow:4px 4px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
box-shadow:4px 4px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
/*
* STATUS CLASS
*/
.format-status .post-title {
display:none;
}
/*
* EVENTS
*/
/* next/previous post navigation for The Event Listing plugin */
.navlink {
margin: 30px 0px 30px 0px;
}
.navlink.tribe-previous {
display: inline-block;
width: 40%;
padding: 0px 0px 0px 40px;
background: url('/wp-content/themes/comet/images/icon_left.png') left top no-repeat;
}
.navlink.tribe-next:before {
content:"Next Event";
color: #999999;
font-size: 8pt;
font-style: italic;
letter-spacing: 1px;
display:block;
}
.navlink.tribe-previous:before {
content:"Previous Event";
color: #999999;
font-size: 8pt;
font-style: italic;
letter-spacing: 1px;
display:block;
}
.navlink.next {
display: inline-block;
width: 40%;
padding: 0px 40px 0px 0px;
background: url('/wp-content/themes/comet/images/icon_right.png') right top no-repeat;
text-align: right;
}
/*
* For thumbnails on sticky posts
*/
#content img.attachment-sticky-thumb.wp-post-image {
float: left;
margin-right: 20px;
padding: 5px;
background:#FFF;
-webkit-box-shadow:4px 4px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
-moz-box-shadow:4px 4px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
box-shadow:4px 4px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
/* Import our parent theme stylesheet */
@import url("../comet/style.css");