aboutsummaryrefslogtreecommitdiffstats
path: root/static/main.css
diff options
context:
space:
mode:
authorGravatar Tom Willemse2013-05-09 20:07:49 +0200
committerGravatar Tom Willemse2013-05-09 20:07:49 +0200
commit15c5869b54e9a770b9abbeab1e990b713cdb1b3b (patch)
tree4aa805a44e8da93f4b0698520f16096d216d8ec3 /static/main.css
parent5f7df695ac6dd9ccc5444a8fc20fa8d97196953e (diff)
downloadryuslash.org-15c5869b54e9a770b9abbeab1e990b713cdb1b3b.tar.gz
ryuslash.org-15c5869b54e9a770b9abbeab1e990b713cdb1b3b.zip
Update for django 1.4
Diffstat (limited to 'static/main.css')
-rw-r--r--static/main.css272
1 files changed, 0 insertions, 272 deletions
diff --git a/static/main.css b/static/main.css
deleted file mode 100644
index 4c8a460..0000000
--- a/static/main.css
+++ /dev/null
@@ -1,272 +0,0 @@
-* {
- padding: 0;
- margin: 0;
- border: 0;
-}
-
-a {
- text-decoration: none;
- color: orange;
-}
-
-a:hover {
- text-decoration: underline;
-}
-
-body {
- background-color: #252a2b;
- color: #ffffff;
- font-family: "DejaVu Sans", sans-serif;
- padding-left: 10px;
-}
-
-body > header {
- float: left;
- position: fixed;
-}
-
-body > header > h1 {
- font-size: 20px;
-}
-
-body > header > h1 > a:hover {
- text-decoration: none;
-}
-
-body > header > nav > ul {
- list-style-type: none;
- margin-top: 5px;
-}
-
-body > header > nav > ul > li {
- margin: 0 3px;
- font-weight: bold;
- color: white;
- border-width: 0 1px 0 1px;
- border-style: solid;
- border-color: #808080;
-}
-
-body > header > nav > ul > li:hover {
- background-color: #181818;
- border-color: #404040;
-}
-
-body > header > nav > ul > li.top {
- border-top-width: 1px;
- border-radius: 4px 4px 0 0;
-}
-
-body > header > nav > ul > li.bottom {
- border-bottom-width: 1px;
- border-radius: 0 0 4px 4px;
-}
-
-body > header > nav > ul > li > a {
- padding: 3px 6px 3px 6px;
- display: block;
-}
-
-body > header > nav > ul > li > a:hover {
- text-decoration: none;
- color: orangered;
-}
-
-pre {
- margin: 20px 0 20px 40px;
- font-family: "DejaVu Sans Mono", mono;
- background-color: #181818;
- border-radius: 10px;
- padding: 5px;
- color: #eeeeec;
-}
-
-code {
- font-family: "DejaVu Sans Mono", mono;
- background-color: #181818;
- padding: 1px 3px;
- border-radius: 5px;
- margin: 0 2px;
- color: #eeeeec;
-}
-
-article ul {
- margin-left: 20px;
-}
-
-article img {
- vertical-align: middle;
-}
-
-#logo-blue {
- color: orangered;
- position: relative;
- top: -10px;
-}
-
-p {
- margin-bottom: 20px;
-}
-
-#logo-orange {
- color: orange;
-}
-
-.keyword {
- font-weight: bold;
- color: #799fcf;
-}
-
-.variable-name {
- color: #ef2929;
-}
-
-.string {
- color: #ad7fa8;
- margin-left: 25px;
-}
-
-.post {
- margin-bottom: 20px;
-}
-
-.doc {
- color: #babdb6;
- margin-left: 25px;
-}
-
-.doc a {
- text-decoration: none;
- color: #73d216;
-}
-
-.doc a:hover {
- text-decoration: underline;
-}
-
-.doc p:last-child {
- display: inline;
-}
-
-.content {
- width: 750px;
- margin: 10px auto;
-}
-
-
-/* .category { */
-/* display: block; */
-/* float: right; */
-/* padding: 0 5px; */
-/* border-left: 1px #202020 solid; */
-/* margin-left: 5px; */
-/* } */
-
-/* .category:hover { */
-/* border-left: 1px #ffffff solid; */
-/* background-color: #dddddd; */
-/* color: #404040; */
-/* text-decoration: none; */
-/* } */
-
-/* .clear { */
-/* clear: both; */
-/* } */
-
-/* .post { */
-/* margin-left: 20px; */
-/* } */
-
-/* .post, */
-/* .post header, */
-/* .post header h1, */
-/* .post .postcontent { */
-/* display: inline */
-/* } */
-
-/* .wordpress pre.src { */
-/* background-color: #002b36; */
-/* color: #839496; */
-/* font-family: "DejaVu Sans Mono", mono; */
-/* } */
-
-/* #logo { */
-/* float: left; */
-/* } */
-
-/* #sitetitle { */
-/* background-color: #000000; */
-/* color: #ffffff; */
-/* height: 70px; */
-/* line-height: 70px; */
-/* } */
-
-/* #sitetitle #blue { */
-/* color: #4169E1; */
-/* position: relative; */
-/* top: -5px; */
-/* } */
-
-/* #sitetitle #orange { */
-/* color: #ff9800; */
-/* position: relative; */
-/* top: 5px; */
-/* } */
-
-/* #sitesubtitle { */
-/* background-color: #404040; */
-/* color: #dddddd; */
-/* text-align: right; */
-/* height: 30px; */
-/* line-height: 30px; */
-/* border-top: 1px #808080 solid; */
-/* font-size: 16px; */
-/* } */
-
-/* #content { */
-/* width: 750px; */
-/* margin: 0 auto; */
-/* color: #ffffff; */
-/* margin-top: 2px; */
-/* } */
-
-/* #content h2 { */
-/* margin-bottom: 5px; */
-/* } */
-
-/* #feeds { */
-/* float: right; */
-/* background-color: #404040; */
-/* } */
-
-/* #feeds a { */
-/* color: #dddddd; */
-/* display: block; */
-/* padding: 5px; */
-/* text-decoration: none; */
-/* } */
-
-/* #feeds a:hover { */
-/* background-color: #dddddd; */
-/* color: #404040; */
-/* } */
-
-/* #pager { */
-/* background-color: #808080; */
-/* color: #000000; */
-/* padding: 0 5px; */
-/* position: relative; */
-/* } */
-
-/* #pager .nav-prev { */
-/* float: left; */
-/* } */
-
-/* #pager .nav-next { */
-/* float: right; */
-/* text-align: right; */
-/* } */
-
-/* #pager #current { */
-/* text-align: center; */
-/* } */