forked from aehlke/tag-it
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
292 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
hr + h3, hr + h4 { | ||
margin-top: 0; | ||
} | ||
hr { | ||
margin-bottom: .4em; | ||
} | ||
|
||
|
||
ul#nav li { | ||
padding:0; | ||
} | ||
|
||
.myform { | ||
padding:20px 0px; | ||
} | ||
.myform div.line { | ||
clear:both; | ||
min-height:50px; | ||
margin-bottom:15px; | ||
} | ||
.myform label { | ||
display:block; | ||
font-weight:bold; | ||
margin-bottom:5px; | ||
} | ||
|
||
#events_container { | ||
font-size:.8em; | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,193 @@ | ||
@charset "UTF-8"; | ||
|
||
html, body { | ||
color:#333; | ||
background:#002F2F/*#232f2e*/; | ||
line-height:1.4; | ||
margin:0; | ||
padding:0; | ||
font-family: 'Lucida Grande', arial, sans-serif; | ||
} | ||
a { | ||
color:#636363; | ||
/*color:#1155bd;*/ | ||
} | ||
a:hover { | ||
text-decoration:none; | ||
} | ||
hr { | ||
border: none; | ||
background-color: #ccc; | ||
height: 6px; | ||
margin: 1em 0; | ||
} | ||
em { | ||
font-style:italic; | ||
} | ||
h1,h2,h3 { | ||
/*color:#4f6f6c;*/ | ||
color:#046380; | ||
font-family: 'Brawler', arial, sans-serif; | ||
font-weight: normal; | ||
} | ||
h1,h2,h3,h4 { | ||
margin:1.8em 0 .5em 0; | ||
} | ||
h1 { | ||
font-size:2.6em; | ||
} | ||
h2 { | ||
font-size:1.8em; | ||
} | ||
h3 { | ||
font-size:1.5em; | ||
} | ||
h4 { | ||
font-size:129%; | ||
} | ||
p { | ||
margin: 1.0em 0 1em 0; | ||
} | ||
pre { | ||
background:#eee; | ||
border:1px solid #ccc; | ||
font-size:100%; | ||
overflow:auto; | ||
margin:0 0 20px; | ||
padding:20px; | ||
} | ||
code { | ||
font-size:100%; | ||
margin:0; | ||
padding:0; | ||
} | ||
#wrapper ul, #wrapper li { | ||
list-style:disc; | ||
} | ||
div#wrapper { | ||
background:#fff; | ||
width:560px; | ||
border:10px solid #0f1616; | ||
border-width:0 10px 10px; | ||
margin:0 auto; | ||
padding:15px 20px; | ||
} | ||
div#header { | ||
position:relative; | ||
border-bottom:1px dotted; | ||
margin:0 0 10px; | ||
padding:0 0 4px; | ||
} | ||
ul#nav { | ||
position:absolute; | ||
top:.6em; | ||
right:0; | ||
list-style:none; | ||
margin:0; | ||
padding:0; | ||
} | ||
ul#nav li { | ||
display:inline; | ||
padding:0 0 0 2px; | ||
font-size: 1.2em; | ||
font-weight: bold; | ||
} | ||
ul#nav a, .highlighted { | ||
background-color:#FFF8AC; | ||
padding: .3em .4em; | ||
} | ||
ul#nav a { | ||
padding: .4em .5em; | ||
} | ||
#twitter { | ||
position:absolute; | ||
top:3.1em; | ||
right:0; | ||
width:106px; | ||
padding: .6em .6em .4em .65em; | ||
} | ||
#footer { | ||
border-top:1px dotted; | ||
margin:40px 0 0; | ||
padding:10px 0 0; | ||
font-size: .8em; | ||
} | ||
.left { | ||
float:left; | ||
} | ||
.right { | ||
float:right; | ||
} | ||
.clear { | ||
clear:both; | ||
} | ||
.multiselect { | ||
width:460px; | ||
height:200px; | ||
} | ||
#switcher { | ||
margin-top:20px; | ||
} | ||
strong,h1,h4,h5,h6 { | ||
font-weight:bold; | ||
} | ||
#header p,#header h1,form { | ||
margin:0; | ||
padding:0; | ||
} | ||
#header h1 { | ||
margin-bottom: .2em; | ||
} | ||
.weak, .weak a, .weak a:visited { | ||
color: gray; | ||
} | ||
|
||
hr + h2, hr + h3 { | ||
margin-top: .5em; | ||
} | ||
form + hr, p + hr { | ||
margin-top: 2em; | ||
} | ||
|
||
label { | ||
float: left; | ||
width: 38px; | ||
margin-right: 1em; | ||
margin-bottom:.5em; | ||
font-size: 1.2em; | ||
} | ||
ul.tagit { | ||
width: 495px; | ||
} | ||
|
||
#tag-icon { | ||
float: left; | ||
margin-right: 1.4em; | ||
position: relative; | ||
top: .1em; | ||
} | ||
#title-jquery, #title-tag-it { | ||
display: block; | ||
} | ||
#title-tag-it { | ||
font-size: 1.2em; | ||
} | ||
#title-jquery { | ||
font-size: .75em; | ||
font-weight: normal; | ||
position: relative; | ||
left: .2em; | ||
top: .1em; | ||
} | ||
#feature-list { | ||
margin-top:2.5em; | ||
} | ||
|
||
#disqus-container { | ||
margin-top: 2em; | ||
} | ||
#disqus-container h3 { | ||
font-size: 1em; | ||
font-family: inherit; | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
html, body, div, span, applet, object, iframe, | ||
h1, h2, h3, h4, h5, h6, p, blockquote, pre, | ||
a, abbr, acronym, address, big, cite, code, | ||
del, dfn, em, font, img, ins, kbd, q, s, samp, | ||
small, strike, strong, sub, sup, tt, var, | ||
b, u, i, center, | ||
dl, dt, dd, ol, ul, li, | ||
fieldset, form, label, legend, | ||
table, caption, tbody, tfoot, thead, tr, th, td { | ||
margin: 0; | ||
padding: 0; | ||
border: 0; | ||
outline: 0; | ||
font-size: 100%; | ||
vertical-align: baseline; | ||
background: transparent; | ||
} | ||
body { | ||
line-height: 1; | ||
} | ||
ol, ul, li { | ||
list-style: none; | ||
} | ||
blockquote, q { | ||
quotes: none; | ||
} | ||
blockquote:before, blockquote:after, | ||
q:before, q:after { | ||
content: ''; | ||
content: none; | ||
} | ||
|
||
/* remember to define focus styles! */ | ||
:focus { | ||
outline: 0; | ||
} | ||
|
||
/* remember to highlight inserts somehow! */ | ||
ins { | ||
text-decoration: none; | ||
} | ||
del { | ||
text-decoration: line-through; | ||
} | ||
|
||
/* tables still need 'cellspacing="0"' in the markup */ | ||
table { | ||
border-collapse: collapse; | ||
border-spacing: 0; | ||
} | ||
img, fieldset { | ||
display:block; | ||
border:none; | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
@charset "UTF-8"; | ||
|
||
|
||
#nav { | ||
left:0; | ||
} | ||
#header { | ||
padding-top:3em; | ||
} | ||
|
||
#header h1, #header h2 { | ||
margin: 0 0 .2em 0; | ||
padding-top: 1.8em; | ||
} | ||
|