aboutsummaryrefslogtreecommitdiffstats
path: root/sleepmap-theme/static
diff options
context:
space:
mode:
Diffstat (limited to 'sleepmap-theme/static')
-rw-r--r--sleepmap-theme/static/css/main.css456
-rw-r--r--sleepmap-theme/static/css/pygment.css205
-rw-r--r--sleepmap-theme/static/css/reset.css52
-rw-r--r--sleepmap-theme/static/css/wide.css43
-rw-r--r--sleepmap-theme/static/images/header.jpgbin501358 -> 0 bytes
-rw-r--r--sleepmap-theme/static/images/icons/delicious.pngbin963 -> 0 bytes
-rw-r--r--sleepmap-theme/static/images/icons/discogs.pngbin771 -> 0 bytes
-rw-r--r--sleepmap-theme/static/images/icons/flattr.pngbin416 -> 0 bytes
-rw-r--r--sleepmap-theme/static/images/icons/github.pngbin334 -> 0 bytes
-rw-r--r--sleepmap-theme/static/images/icons/gitorious.pngbin3675 -> 0 bytes
-rw-r--r--sleepmap-theme/static/images/icons/jamendo.pngbin803 -> 0 bytes
-rw-r--r--sleepmap-theme/static/images/icons/lastfm.pngbin980 -> 0 bytes
-rw-r--r--sleepmap-theme/static/images/icons/linkedin.pngbin376 -> 0 bytes
-rw-r--r--sleepmap-theme/static/images/icons/rss.pngbin276 -> 0 bytes
-rw-r--r--sleepmap-theme/static/images/icons/stackoverflow.pngbin673 -> 0 bytes
-rw-r--r--sleepmap-theme/static/images/icons/twitter.pngbin315 -> 0 bytes
16 files changed, 0 insertions, 756 deletions
diff --git a/sleepmap-theme/static/css/main.css b/sleepmap-theme/static/css/main.css
deleted file mode 100644
index 7f3a057..0000000
--- a/sleepmap-theme/static/css/main.css
+++ /dev/null
@@ -1,456 +0,0 @@
-/*
- Name: Smashing HTML5
- Date: July 2009
- Description: Sample layout for HTML5 and CSS3 goodness.
-recording: Version: 1.0
- Author: Enrique Ramírez
- Autor URI: http://enrique-ramirez.com
-*/
-
-/* Imports */
-@import url("reset.css");
-@import url("pygment.css");
-
-/***** Global *****/
-/* Body */
-body {
- background: #000000 none repeat scroll 0 0;
- font-size: 87.5%; /* Base font size: 14px */
- font-family: 'Trebuchet MS', Trebuchet, 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
- line-height: 1.429;
- margin: 0;
- padding: 0;
- text-align: left;
- max-width: 1920px;
- min-width: 1000px;
-}
-
-body, div, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, img, form, fieldset, input, textarea, blockquote {
- margin: 0; padding: 0; border: 0;
-}
-
-/* Headings */
-h1 {font-size: 2em }
-h2 {font-size: 1.571em} /* 22px */
-h3 {font-size: 1.429em} /* 20px */
-h4 {font-size: 1.286em} /* 18px */
-h5 {font-size: 1.143em} /* 16px */
-h6 {font-size: 1em} /* 14px */
-
-h1, h2, h3, h4, h5, h6 {
- font-weight: 400;
- line-height: 1.1;
- margin-bottom: .8em;
- font-family: arial, serif;
-}
-
-h3, h4, h5, h6 {
- margin-top: .8em;
-}
-
-hr { border: 2px solid #EEEEEE; }
-
-/* Anchors */
-a {outline: 0;}
-a img {border: 0px; text-decoration: none;}
-a:link, a:visited {
- color: #C74350;
- padding: 0 1px;
- text-decoration: underline;
-}
-a:hover, a:active, a.active, .active>a {
- background-color: #C74350;
- color: white;
- text-decoration: none;
- text-shadow: 1px 1px 1px #333;
-}
-
-h1 a:hover {
- background-color: inherit
-}
-
-/* Paragraphs */
-p {margin-bottom: 1.143em;}
-
-strong, b {font-weight: bold;}
-em, i {font-style: italic;}
-
-::-moz-selection {background: #F6CF74; color: #fff;}
-::selection {background: #F6CF74; color: #fff;}
-
-/* Lists */
-ul {
- list-style: outside disc;
- margin: 1em 0 1.5em 1.5em;
-}
-
-ol {
- list-style: outside decimal;
-}
-
-.post-info abbr, .post-info a{
- margin: 0px 0.3em 1px 0.3em;
-}
-
-.readmore{
- float: right;
-}
-
-dl {margin: 0 0 1.5em 0;}
-dt {font-weight: bold;}
-dd {margin-left: 1.5em;}
-
-pre{background-color: #000; padding: 10px; color: #fff; margin: 10px; overflow: auto;}
-
-/* Quotes */
-blockquote {
- margin: 20px;
- font-style: italic;
-}
-cite {}
-
-q {}
-
-/* Tables */
-table {margin: .5em auto 1.5em auto; width: 98%;}
-
-/* Thead */
-thead th {padding: .5em .4em; text-align: left; border: thin solid grey;}
-thead td {border: thin solid grey;}
-
-/* Tbody */
-tbody td {padding: .5em .4em; border: thin solid grey;}
-tbody th {border: thin solid grey;}
-
-/* disable borders on about page */
-#contact table tbody td{border: none; padding: 0}
-#contact table tbody th{border: none; padding: 0}
-#contact table{width: 100%}
-
-tbody .alt td {}
-tbody .alt th {}
-
-/* Tfoot */
-tfoot th {}
-tfoot td {}
-
-/* HTML5 tags */
-header, section, footer,
-audio, source, aside, nav, article, figure {
- display: block;
-}
-
-audio, source {
- position: relative;
-}
-
-table.highlighttable {
- margin: .5em 0 1.5em 0;
- width: 100%;
-}
-div.highlight pre {
- margin-left: 0;
- margin-right: 0;
-}
-
-/***** Layout *****/
-img.right figure.right {
- float: right;
- margin: 0 0 2em 2em;
-}
-
-img.left, figure.left {
- float: right;
- margin: 0 0 2em 2em;
-}
-
-/*
- Header
-*****************/
-
-/* banner */
-
-#banner {
- background-image: url("../images/header.jpg");
- border-radius: 10px;
- margin: 0.5em 0.5em 0 0.5em;
- max-width: 1920px;
- width: 83%;
-}
-
-#banner h1 {
- font-size: 3.571em;
- margin: 0 auto 0 auto;
- padding: 20px 20px 20px 10px;
- position: relative;
-}
-
-#banner h1 a:link, #banner h1 a:visited {
- font-weight: bold;
- text-decoration: none;
- max-width: 250px;
- min-width: 150px;
- text-shadow: 1px 1px 1px #222;
-}
-
-#banner h1 a:hover, #banner h1 a:active {
- background: none;
- color: #C74350;
- text-shadow: none;
-}
-
-#banner h1 strong {
- margin-left: 1em;
- color: #C74350;
- font-size: 0.5em;
- font-weight: normal;
- text-shadow: 1px 1px 1px #222;
-}
-
-/* sidemenu */
-
-#sidemenu {
- clear: both;
- position: relative;
- float: left;
- width: 13%;
-}
-
-#sidemenu nav {
- background: #eee;
- margin: 0.5em;
- padding: 10px;
- border-radius: 10px;
- -moz-border-radius: 5px;
- -webkit-border-radius: 5px;
-}
-
-#sidemenu nav h2 {
- margin-bottom:0;
- margin-top: 0.8em;
-}
-
-#sidemenu nav h2.menuheader{
- margin:0;
-}
-
-#sidemenu nav ul ul {
- list-style: none;
- margin: 0 auto;
-}
-
-#sidemenu nav ul {
- list-style: none;
- margin: 0 auto;
- padding: 0;
-}
-
-#sidemenu nav ul:after {
- content: ""; clear: both; display: block;
-}
-
-#sidemenu nav ul li a {
- display: block;
- /*padding: 25px 40px; */
- text-decoration: none;
- border-radius: 10px;
- -moz-border-radius: 5px;
- -webkit-border-radius: 5px;
-}
-
-#sidemenu nav ul ul {
- border-radius: 0px;
- padding: 0;
-}
-
-#sidemenu nav ul ul li {
- float: none;
- position: relative;
-}
-
-#sidemenu nav ul ul li a {
- padding: 15px 40px;
-}
-
-#sidemenu nav a:link, #sidemenu nav a:visited {
- padding: 0.23em 1.5em;
- text-decoration: none;
-}
-
-#sidemenu nav ul li ul li a {
- padding-left: 2em !important;
-}
-
-/*
- Featured
-*****************/
-#content {
- margin: 0.5em;
- border-radius: 10px;
- -moz-border-radius: 10px;
- -webkit-border-radius: 10px;
- float: left;
- overflow: hidden;
- width: 70%;
-}
-
-/*
- Extras
-*****************/
-
-/* Blogroll */
-.blogroll {
- overflow: hidden;
-}
-
-.blogroll li {
- float: left;
- margin: 0 20px 0 0;
- width: 185px;
-}
-
-
-.social a {
- background-repeat: no-repeat;
- background-position: 3px 6px;
-}
-
-/* Icons */
-.social a[href*='delicious.com']:before {content: url('../images/icons/delicious.png'); margin-right: 2px; vertical-align: -3px;}
-.social a[href*='digg.com']:before {content: url('../images/icons/digg.png'); margin-right: 2px; vertical-align: -3px;}
-.social a[href*='facebook.com']:before {content: url('../images/icons/facebook.png'); margin-right: 2px; vertical-align: -3px;}
-.social a[href*='atom.xml']:before {content: url('../images/icons/rss.png'); margin-right: 2px; vertical-align: -3px;}
-.social a[href*='last.fm']:before, .social a[href*='lastfm.']:before {content: url('../images/icons/rss.png'); margin-right: 2px; vertical-align: -3px;}
-.social a[href*='jamendo.com']:before {content: url('../images/icons/jamendo.png'); margin-right: 2px; vertical-align: -3px;}
-.social a[href*='stackoverflow.com']:before {content: url('../images/icons/stackoverflow.png'); margin-right: 2px; vertical-align: -3px;}
-.social a[href*='rss.xml']:before {content: url('../images/icons/rss.png'); margin-right: 2px; vertical-align: -3px;}
-.social a[href*='twitter.com']:before {content: url('../images/icons/twitter.png'); margin-right: 2px; vertical-align: -3px;}
-.social a[href*='github.com']:before {content: url('../images/icons/github.png'); margin-right: 2px; vertical-align: -3px;}
-.social a[href*='flattr.com']:before {content: url('../images/icons/flattr.png'); margin-right: 2px; vertical-align: -3px;}
-.social a[href*='discogs.com']:before {content: url('../images/icons/discogs.png'); margin-right: 2px; vertical-align: -3px;}
-.social a[href*='linkedin.com']:before {content: url('../images/icons/linkedin.png'); margin-right: 2px; vertical-align: -3px;}
-.social a[href*='gitorious.org']:before {content: url('../images/icons/gitorious.png'); margin-right: 2px; vertical-align: -3px;}
-
-/***** Sections *****/
-/* Blog */
-.hentry {
- border-bottom: 1px solid #eee;
- padding: 20px;
- clear: both;
- background: linear-gradient(#efefff, #eee);
- border-radius: 10px;
-}
-
-li:last-child .hentry, #content > .hentry {
- border: 0;
- margin: 0;
-}
-
-.entry-title{
- font-size: 3em;
- margin-bottom: 10px;
- margin-top: 0;
-}
-
-.entry-title a:link, .entry-title a:visited {
- text-decoration: none;
- color: #333;
-}
-
-.entry-title a:visited {
- background-color: #fff;
-}
-
-.hentry .post-info * {font-style: normal; float:left;}
-
-/* Content */
-
-.hentry footer {
- padding-top: 3em;
- padding-bottom:1em
-}
-
-.hentry footer address {
- display: inline;
-}
-
-#posts-list footer address {
- display: block;
-}
-
-/* Blog Index */
-#posts-list {
- list-style: none;
- margin: 0;
-}
-
-#posts-list li {
- margin-top: 5px;
-}
-
-/* Comments */
-#comments-list {
- list-style: none;
- margin: 0 1em;
-}
-
-#comments-list blockquote {
- background: #f8f8f8;
- clear: both;
- font-style: normal;
- margin: 0;
- padding: 15px 20px;
- border-radius: 5px;
- -moz-border-radius: 5px;
- -webkit-border-radius: 5px;
-}
-
-#comments-list footer {color: #888; padding: .5em 1em 0 0; text-align: right;}
-
-#comments-list li:nth-child(2n) blockquote {background: #F5f5f5;}
-
-/* Add a Comment */
-#add-comment label {clear: left; float: left; text-align: left; width: 150px;}
-#add-comment input[type='text'],
-#add-comment input[type='email'],
-#add-comment input[type='url'] {float: left; width: 200px;}
-
-#add-comment textarea {float: left; height: 150px; width: 495px;}
-
-#add-comment p.req {clear: both; margin: 0 .5em 1em 0; text-align: right;}
-
-#add-comment input[type='submit'] {float: right; margin: 0 .5em;}
-#add-comment * {margin-bottom: .5em;}
-
-/* Make codeblocks look prettier */
-table.highlighttable tbody tr td{
- padding:0;
-}
-table.highlighttable tbody tr td div pre{
- margin:0;
-}
-td.linenos{
- width: 30px
-}
-
-/* figure */
-/* legend */
-div.legend table{
- margin: 0.5em 0 1.5em 0;
-}
-
-/* abbr */
-abbr{
- font-style: italic;
-}
-
-/* images */
-
-div.figure {
- margin: 20px 0px;
-}
-
-div.figure img {
- max-width: 100%;
- height: auto;
-}
diff --git a/sleepmap-theme/static/css/pygment.css b/sleepmap-theme/static/css/pygment.css
deleted file mode 100644
index 594b0fa..0000000
--- a/sleepmap-theme/static/css/pygment.css
+++ /dev/null
@@ -1,205 +0,0 @@
-.hll {
-background-color:#FFFFCC;
-}
-.c {
-color:#408090;
-font-style:italic;
-}
-.err {
-border:1px solid #FF0000;
-}
-.k {
-color:#007020;
-font-weight:bold;
-}
-.o {
-color:#666666;
-}
-.cm {
-color:#408090;
-font-style:italic;
-}
-.cp {
-color:#007020;
-}
-.c1 {
-color:#408090;
-font-style:italic;
-}
-.cs {
-background-color:#FFF0F0;
-color:#408090;
-}
-.gd {
-color:#A00000;
-}
-.ge {
-font-style:italic;
-}
-.gr {
-color:#FF0000;
-}
-.gh {
-color:#000080;
-font-weight:bold;
-}
-.gi {
-color:#00A000;
-}
-.go {
-color:#303030;
-}
-.gp {
-color:#C65D09;
-font-weight:bold;
-}
-.gs {
-font-weight:bold;
-}
-.gu {
-color:#800080;
-font-weight:bold;
-}
-.gt {
-color:#0040D0;
-}
-.kc {
-color:#007020;
-font-weight:bold;
-}
-.kd {
-color:#007020;
-font-weight:bold;
-}
-.kn {
-color:#007020;
-font-weight:bold;
-}
-.kp {
-color:#007020;
-}
-.kr {
-color:#007020;
-font-weight:bold;
-}
-.kt {
-color:#902000;
-}
-.m {
-color:#208050;
-}
-.s {
-color:#4070A0;
-}
-.na {
-color:#4070A0;
-}
-.nb {
-color:#007020;
-}
-.nc {
-color:#0E84B5;
-font-weight:bold;
-}
-.no {
-color:#60ADD5;
-}
-.nd {
-color:#555555;
-font-weight:bold;
-}
-.ni {
-color:#D55537;
-font-weight:bold;
-}
-.ne {
-color:#007020;
-}
-.nf {
-color:#06287E;
-}
-.nl {
-color:#002070;
-font-weight:bold;
-}
-.nn {
-color:#0E84B5;
-font-weight:bold;
-}
-.nt {
-color:#062873;
-font-weight:bold;
-}
-.nv {
-color:#BB60D5;
-}
-.ow {
-color:#007020;
-font-weight:bold;
-}
-.w {
-color:#BBBBBB;
-}
-.mf {
-color:#208050;
-}
-.mh {
-color:#208050;
-}
-.mi {
-color:#208050;
-}
-.mo {
-color:#208050;
-}
-.sb {
-color:#4070A0;
-}
-.sc {
-color:#4070A0;
-}
-.sd {
-color:#4070A0;
-font-style:italic;
-}
-.s2 {
-color:#4070A0;
-}
-.se {
-color:#4070A0;
-font-weight:bold;
-}
-.sh {
-color:#4070A0;
-}
-.si {
-color:#70A0D0;
-font-style:italic;
-}
-.sx {
-color:#C65D09;
-}
-.sr {
-color:#235388;
-}
-.s1 {
-color:#4070A0;
-}
-.ss {
-color:#517918;
-}
-.bp {
-color:#007020;
-}
-.vc {
-color:#BB60D5;
-}
-.vg {
-color:#BB60D5;
-}
-.vi {
-color:#BB60D5;
-}
-.il {
-color:#208050;
-}
diff --git a/sleepmap-theme/static/css/reset.css b/sleepmap-theme/static/css/reset.css
deleted file mode 100644
index 1e21756..0000000
--- a/sleepmap-theme/static/css/reset.css
+++ /dev/null
@@ -1,52 +0,0 @@
-/*
- Name: Reset Stylesheet
- Description: Resets browser's default CSS
- Author: Eric Meyer
- Author URI: http://meyerweb.com/eric/tools/css/reset/
-*/
-
-/* v1.0 | 20080212 */
-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 {
- background: transparent;
- border: 0;
- font-size: 100%;
- margin: 0;
- outline: 0;
- padding: 0;
- vertical-align: baseline;
-}
-
-body {line-height: 1;}
-
-ol, ul {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;
-} \ No newline at end of file
diff --git a/sleepmap-theme/static/css/wide.css b/sleepmap-theme/static/css/wide.css
deleted file mode 100644
index 3376f4c..0000000
--- a/sleepmap-theme/static/css/wide.css
+++ /dev/null
@@ -1,43 +0,0 @@
-@import url("main.css");
-
-body {
- font:1.3em/1.3 "Hoefler Text","Georgia",Georgia,serif,sans-serif;
-}
-
-.body, #banner nav, #banner nav ul, #about, #featured, #content{
- width: inherit;
-}
-
-#banner nav {
- -moz-border-radius: 0px;
- margin-bottom: 0px;
-}
-
-#banner nav ul{
- padding-right: 50px;
-}
-
-#banner nav li{
- float: right;
-}
-
-#banner nav li:first-child a {
- -moz-border-radius: 0px;
-}
-
-#banner h1 {
- margin-bottom: -18px;
-}
-
-#featured, #extras {
- padding: 50px;
-}
-
-#featured {
- padding-top: 20px;
-}
-
-#extras {
- padding-top: 0px;
- padding-bottom: 0px;
-}
diff --git a/sleepmap-theme/static/images/header.jpg b/sleepmap-theme/static/images/header.jpg
deleted file mode 100644
index 8b42cc8..0000000
--- a/sleepmap-theme/static/images/header.jpg
+++ /dev/null
Binary files differ
diff --git a/sleepmap-theme/static/images/icons/delicious.png b/sleepmap-theme/static/images/icons/delicious.png
deleted file mode 100644
index c6ce246..0000000
--- a/sleepmap-theme/static/images/icons/delicious.png
+++ /dev/null
Binary files differ
diff --git a/sleepmap-theme/static/images/icons/discogs.png b/sleepmap-theme/static/images/icons/discogs.png
deleted file mode 100644
index 4ea3a3e..0000000
--- a/sleepmap-theme/static/images/icons/discogs.png
+++ /dev/null
Binary files differ
diff --git a/sleepmap-theme/static/images/icons/flattr.png b/sleepmap-theme/static/images/icons/flattr.png
deleted file mode 100644
index e21cbea..0000000
--- a/sleepmap-theme/static/images/icons/flattr.png
+++ /dev/null
Binary files differ
diff --git a/sleepmap-theme/static/images/icons/github.png b/sleepmap-theme/static/images/icons/github.png
deleted file mode 100644
index 39e7bf5..0000000
--- a/sleepmap-theme/static/images/icons/github.png
+++ /dev/null
Binary files differ
diff --git a/sleepmap-theme/static/images/icons/gitorious.png b/sleepmap-theme/static/images/icons/gitorious.png
deleted file mode 100644
index 6485f5e..0000000
--- a/sleepmap-theme/static/images/icons/gitorious.png
+++ /dev/null
Binary files differ
diff --git a/sleepmap-theme/static/images/icons/jamendo.png b/sleepmap-theme/static/images/icons/jamendo.png
deleted file mode 100644
index 47f1320..0000000
--- a/sleepmap-theme/static/images/icons/jamendo.png
+++ /dev/null
Binary files differ
diff --git a/sleepmap-theme/static/images/icons/lastfm.png b/sleepmap-theme/static/images/icons/lastfm.png
deleted file mode 100644
index b09c787..0000000
--- a/sleepmap-theme/static/images/icons/lastfm.png
+++ /dev/null
Binary files differ
diff --git a/sleepmap-theme/static/images/icons/linkedin.png b/sleepmap-theme/static/images/icons/linkedin.png
deleted file mode 100644
index feb0496..0000000
--- a/sleepmap-theme/static/images/icons/linkedin.png
+++ /dev/null
Binary files differ
diff --git a/sleepmap-theme/static/images/icons/rss.png b/sleepmap-theme/static/images/icons/rss.png
deleted file mode 100644
index 5081dc6..0000000
--- a/sleepmap-theme/static/images/icons/rss.png
+++ /dev/null
Binary files differ
diff --git a/sleepmap-theme/static/images/icons/stackoverflow.png b/sleepmap-theme/static/images/icons/stackoverflow.png
deleted file mode 100644
index 6c2adcb..0000000
--- a/sleepmap-theme/static/images/icons/stackoverflow.png
+++ /dev/null
Binary files differ
diff --git a/sleepmap-theme/static/images/icons/twitter.png b/sleepmap-theme/static/images/icons/twitter.png
deleted file mode 100644
index a008e5c..0000000
--- a/sleepmap-theme/static/images/icons/twitter.png
+++ /dev/null
Binary files differ