Selaa lähdekoodia

Minify themes

simov 7 vuotta sitten
vanhempi
sitoutus
404968eb83

+ 1 - 141
themes/foghorn.css

@@ -1,141 +1 @@
-
-html, body {
-        padding:1em;
-        margin:auto;
-        max-width:42em;
-        background:#fefefe;
-  }
-body {
-  font: 1.3em "Vollkorn", Palatino, Times;
-  color: #333;
-  line-height: 1.4;
-  text-align: justify;
-  }
-header, nav, article, footer {
-  width: 700px;
-  margin:0 auto;
-  }
-article {
-  margin-top: 4em;
-  margin-bottom: 4em;
-  min-height: 400px;
-  }
-footer {
-  margin-bottom:50px;
-  }
-video {
-  margin: 2em 0;
-  border:1px solid #ddd;
-  }
-
-nav {
-  font-size: .9em;
-  font-style: italic;
-  border-bottom: 1px solid #ddd;
-  padding: 1em 0;
-  }
-nav p {
-  margin: 0;
-  }
-
-/* Typography
--------------------------------------------------------- */
-
-h1 {
-  margin-top: 0;
-  font-weight: normal;
-  }
-h2 {
-  font-weight: normal;
-  }
-h3 {
-  font-weight: normal;
-  font-style: italic;
-  margin-top:3em;
-  }
-p {
-  margin-top:0;
-  -webkit-hypens:auto;
-  -moz-hypens:auto;
-  hyphens:auto;
-  }
-ul {
-  list-style: square;
-  padding-left:1.2em;
-  }
-ol {
-  padding-left:1.2em;
-  }
-blockquote {
-  margin-left: 1em;
-  padding-left: 1em;
-  border-left: 1px solid #ddd;
-  }
-code {
-  font-family: "Consolas", "Menlo", "Monaco", monospace, serif;
-  font-size: .9em;
-  background: white;
-  }
-a {
-  color: #2484c1;
-  text-decoration: none;
-  }
-a:hover {
-  text-decoration: underline;
-  }
-a img {
-  border:none;
-  }
-h1 a, h1 a:hover {
-  color: #333;
-  text-decoration: none;
-  }
-hr {
-  color : #ddd;
-  height : 1px;
-  margin: 2em 0;
-  border-top : solid 1px #ddd;
-  border-bottom : none;
-  border-left: 0;
-  border-right: 0;
-  }
-p#heart{
-  font-size: 2em;
-  line-height: 1;
-  text-align: center;
-  color: #ccc;
-  }
-.red {
-  color:#B50000;
-  }
-
-/* Home Page
---------------------------- */
-
-body#index li {
-  margin-bottom: 1em;
-  }
-
-
-/* iPad
--------------------------------------------------------- */
-@media only screen and (max-device-width: 1024px) {
-body {
-  font-size: 120%;
-  line-height: 1.4;
-  }
-} /* @iPad */
-
-/* iPhone
--------------------------------------------------------- */
-@media only screen and (max-device-width: 480px) {
-body {
-  text-align: left;
-  }
-article, footer {
-  width: auto;
-  }
-article {
-  padding: 0 10px;
-  }
-} /* @iPhone */
+body,html{padding:1em;margin:auto;max-width:42em;background:#fefefe}body{font:1.3em "Vollkorn",Palatino,Times;color:#333;line-height:1.4;text-align:justify}article,footer,header,nav{width:700px;margin:0 auto}article{margin-top:4em;margin-bottom:4em;min-height:400px}footer{margin-bottom:50px}hr,video{margin:2em 0}video{border:1px solid #ddd}code,nav{font-size:.9em}nav{font-style:italic;border-bottom:1px solid #ddd;padding:1em 0}nav p{margin:0}h1,p{margin-top:0}h1,h2,h3{font-weight:400}h3{font-style:italic;margin-top:3em}p{-webkit-hypens:auto;-moz-hypens:auto;hyphens:auto}ul{list-style:square}ol,ul{padding-left:1.2em}blockquote{margin-left:1em;padding-left:1em;border-left:1px solid #ddd}code{font-family:"Consolas","Menlo","Monaco",monospace,serif;background:#fff}a,h1 a,h1 a:hover{color:#2484c1;text-decoration:none}a:hover{text-decoration:underline}a img{border:0}h1 a,h1 a:hover{color:#333}hr{color:#ddd;height:1px;border-top:solid 1px #ddd;border-bottom:none;border-left:0;border-right:0}p#heart{font-size:2em;line-height:1;text-align:center;color:#ccc}.red{color:#b50000}body#index li{margin-bottom:1em}@media only screen and (max-device-width:1024px){body{font-size:120%;line-height:1.4}}@media only screen and (max-device-width:480px){body{text-align:left}article,footer{width:auto}article{padding:0 10px}}

Tiedoston diff-näkymää rajattu, sillä se on liian suuri
+ 0 - 413
themes/ghostwriter.css


Tiedoston diff-näkymää rajattu, sillä se on liian suuri
+ 0 - 2
themes/github-dark.css


Tiedoston diff-näkymää rajattu, sillä se on liian suuri
+ 0 - 2
themes/github.css


Tiedoston diff-näkymää rajattu, sillä se on liian suuri
+ 0 - 626
themes/godspeed.css


+ 1 - 75
themes/markdown-alt.css

@@ -1,75 +1 @@
-body {
-    line-height: 1.4em;
-    color: black;
-        padding:1em;
-        margin:auto;
-        max-width:42em;
-}
-
-li {
-    color: black;
-}
-
-h1,
-h2, 
-h3, 
-h4, 
-h5, 
-h6 {
-    border: 0 none !important;
-}
-
-h1 {    
-    margin-top: 0.5em;
-    margin-bottom: 0.5em;
-    border-bottom: 2px solid #000080 !important;
-}
-
-h2 {
-    margin-top: 1em;
-    margin-bottom: 0.5em;    
-    border-bottom: 2px solid #000080 !important;    
-}
-
-pre {
-    background-color: #f8f8f8;    
-    border: 1px solid #2f6fab;
-    border-radius: 3px;
-    overflow: auto;
-    padding: 5px;
-}
-
-pre code {
-    background-color: inherit;
-    border: none;    
-    padding: 0;
-}
-
-code {
-    background-color: #ffffe0;
-    border: 1px solid orange;
-    border-radius: 3px;
-    padding: 0 0.2em;
-}
-
-a {
-    text-decoration: underline;	
-}
-
-ul, ol {
-    padding-left: 30px;
-}
-
-li {
-    margin: 0.2em 0 0 0em; padding: 0px;
-}
-
-em {
-    color: #b05000;
-}
-
-table.text th, table.text td {
-    vertical-align: top;
-    border-top: 1px solid #ccc;
-    padding:5px;
-}
+body,li{color:#000}body{line-height:1.4em;max-width:42em;padding:1em;margin:auto}li{margin:.2em 0 0;padding:0}h1,h2,h3,h4,h5,h6{border:0!important}h1,h2{margin-top:.5em;margin-bottom:.5em;border-bottom:2px solid navy!important}h2{margin-top:1em}code,pre{border-radius:3px}pre{overflow:auto;background-color:#f8f8f8;border:1px solid #2f6fab;padding:5px}pre code{background-color:inherit;border:0;padding:0}code{background-color:#ffffe0;border:1px solid orange;padding:0 .2em}a{text-decoration:underline}ol,ul{padding-left:30px}em{color:#b05000}table.text td,table.text th{vertical-align:top;border-top:1px solid #ccc;padding:5px}

Tiedoston diff-näkymää rajattu, sillä se on liian suuri
+ 0 - 102
themes/markdown.css


+ 3 - 139
themes/markdown5.css

@@ -1,139 +1,3 @@
-body{
-    margin: 0 auto;
-    background-color:white;
-
-/*	--------- FONT FAMILY --------
-    following are some optional font families. Usually a family
-    is safer to choose than a specific font,
-    which may not be on the users computer		*/
-    font-family:Georgia, Palatino, serif;
-
-/*	-------------- COLOR OPTIONS ------------
-    following are additional color options for base font
-    you could uncomment another one to easily change the base color
-    or add one to a specific element style below         */
-    color: #333333; /* dark gray not black */
-
-    line-height: 1;
-    max-width: 800px;
-    padding: 30px;
-    font-size: 18px;
-}
-
-
-p   {
-    line-height: 150%;
-    max-width: 960px;
-    font-weight: 400;
-     color: #333333
-}
-
-
-h1, h2, h3, h4 {
-    font-weight: 400;
-}
-
-h2, h3, h4, h5, p {
-    margin-bottom: 25px;
-    padding: 0;
-}
-
-h1 {
-    margin-bottom: 10px;
-    font-size:300%;
-    padding: 0px;
-    font-variant:small-caps;
-}
-
-h2 {
-    font-size:150%
-}
-
-h3 {
-    font-size:120%
-}
-h4 {
-    font-size:100%
-    font-variant:small-caps;
-
-}
-h5 {
-    font-size:80%
-    font-weight: 100;
-}
-
-h6 {
-    font-size:80%
-    font-weight: 100;
-    color:red;
-    font-variant:small-caps;
-}
-a {
-    color: grey;
-    margin: 0;
-    padding: 0;
-    vertical-align: baseline;
-}
-a:hover {
-    text-decoration: blink;
-    color: green;
-}
-a:visited {
-    color: black;
-}
-ul, ol {
-    padding: 0;
-    margin: 0px 0px 0px 50px;
-}
-ul {
-    list-style-type: square;
-    list-style-position: inside;
-
-}
-
-li {
-     line-height:150%
-}
-li ul, li ul {
-    margin-left: 24px;
-}
-
-pre {
-    padding: 0px 24px;
-    max-width: 800px;
-    white-space: pre-wrap;
-}
-code {
-    font-family: Consolas, Monaco, Andale Mono, monospace;
-    line-height: 1.5;
-    font-size: 13px;
-}
-aside {
-    display: block;
-    float: right;
-    width: 390px;
-}
-blockquote {
-    border-left:.5em solid #eee;
-    padding: 0 1em;
-    margin-left:0;
-    max-width: 476px;
-}
-blockquote  cite {
-    line-height:20px;
-    color:#bfbfbf;
-}
-blockquote cite:before {
-    content: '\2014 \00A0';
-}
-
-blockquote p {
-    color: #666;
-    max-width: 460px;
-}
-hr {
-    text-align: left;
-    margin: 0 auto 0 0;
-    color: #999;
-}
-
+body,pre{max-width:800px}body,p{color:#333}body{margin:0 auto;background-color:#fff;font-family:Georgia,Palatino,serif;font-size:18px;padding:30px;line-height:1}p{line-height:150%;max-width:960px}h1,h2,h3,h4,p{font-weight:400}h2,h3,h4,h5,p{margin-bottom:25px;padding:0}h1,h6{font-variant:small-caps}h1{margin-bottom:10px;font-size:300%}h2{font-size:150%}h3{font-size:120%}h4{font-size:100%
+    font-variant:small-caps}h5,h6{font-size:80%
+    font-weight: 100}h6{color:red}a,h1,ol,ul{padding:0}a{color:gray;vertical-align:baseline;margin:0}a:hover{text-decoration:blink;color:green}a:visited{color:#000}ol,ul{margin:0 0 0 50px}ul{list-style-type:square;list-style-position:inside}li{line-height:150%}li ul{margin-left:24px}pre{padding:0 24px;white-space:pre-wrap}code{font-family:Consolas,Monaco,Andale Mono,monospace;line-height:1.5;font-size:13px}aside{display:block;float:right;width:390px}blockquote{border-left:.5em solid #eee;padding:0 1em;margin-left:0;max-width:476px}blockquote cite{line-height:20px;color:#bfbfbf}blockquote cite:before{content:'\2014 \00A0'}blockquote p{color:#666;max-width:460px}hr{text-align:left;margin:0 auto 0 0;color:#999}

+ 1 - 222
themes/markdown6.css

@@ -1,222 +1 @@
-/* Extracted and interpreted from adcstyle.css and frameset_styles.css */
-
-/* body */
-body {
-    margin: 20px auto;
-    width: 800px;
-    background-color: #fff;
-    color: #000;
-    font: 13px "Myriad Pro", "Lucida Grande", Lucida, Verdana, sans-serif;
-}
-
-/* links */
-a:link {
-    color: #00f;
-    text-decoration: none;
-}
-
-a:visited {
-    color: #00a;
-    text-decoration: none;
-}
-
-a:hover {
-    color: #f60;
-    text-decoration: underline;
-}
-    
-a:active {
-    color: #f60;
-    text-decoration: underline;
-}
-
-
-/* html tags */
-
-/*  Work around IE/Win code size bug - courtesy Jesper, waffle.wootest.net  */
-
-* html code	{
-    font-size: 101%;
-}
-
-* html pre {
-    font-size: 101%;
-}
-
-/* code */
-
-pre, code {
-    font-size: 11px; font-family: monaco, courier, consolas, monospace;
-}
-
-pre {
-    margin-top: 5px;
-    margin-bottom: 10px;
-    border: 1px solid #c7cfd5;
-    background: #f1f5f9;
-    margin: 20px 0;
-    padding: 8px;
-    text-align: left;
-}
-
-hr {
-    color: #919699;
-    size: 1;
-    width: 100%;
-    noshade: "noshade"
-}
-
-/* headers */
-
-
-h1, h2, h3, h4, h5, h6 {
-    font-family: "Myriad Pro", "Lucida Grande", Lucida, Verdana, sans-serif;
-    font-weight: bold;
-}
-
-h1	{
-    margin-top: 1em;
-    margin-bottom: 25px;
-    color: #000;
-    font-weight: bold;
-    font-size: 30px;
-}
-h2	{
-    margin-top: 2.5em;
-    font-size: 24px;
-    color: #000;
-    padding-bottom: 2px;
-    border-bottom: 1px solid #919699;
-}
-h3	{
-    margin-top: 2em;
-    margin-bottom: .5em;
-    font-size: 17px;
-    color: #000;
-}
-h4	{
-    margin-top: 2em;
-    margin-bottom: .5em;
-    font-size: 15px;
-    color: #000;
-}
-h5	{
-    margin-top: 20px;
-    margin-bottom: .5em;
-    padding: 0;
-    font-size: 13px;
-    color: #000;
-}
-
-h6	{
-    margin-top: 20px;
-    margin-bottom: .5em;
-    padding: 0;
-    font-size: 11px;
-    color: #000;
-}
-
-p {
-    margin-top: 0px;
-    margin-bottom: 10px;
-}
-
-/* lists */
-
-ul	{
-    list-style: square outside;
-    margin: 0 0 0 30px;
-    padding: 0 0 12px 6px;
-}
-
-li	{
-    margin-top: 7px;
-}
-            
-ol {
-    list-style-type: decimal;
-    list-style-position: outside;
-    margin: 0 0 0 30px;
-    padding: 0 0 12px 6px;
-}
-    
-ol ol {
-    list-style-type: lower-alpha;
-    list-style-position: outside;
-    margin: 7px 0 0 30px;
-    padding: 0 0 0 10px;
-    }
-
-ul ul {
-    margin-left: 40px;
-    padding: 0 0 0 6px;
-}
-
-li>p { display: inline }
-li>p+p { display: block }
-li>a+p { display: block }
-
-
-/* table */
-
-table {
-    width: 100%;
-    border-top: 1px solid #919699;
-    border-left: 1px solid #919699;
-    border-spacing: 0;
-}
-    
-table th {
-    padding: 4px 8px 4px 8px;
-    background: #E2E2E2;
-    font-size: 12px;
-    border-bottom: 1px solid #919699;
-    border-right: 1px solid #919699;
-}
-table th p {
-    font-weight: bold;
-    margin-bottom: 0px; 
-}
-    
-table td {
-    padding: 8px;
-    font-size: 12px;
-    vertical-align: top;
-    border-bottom: 1px solid #919699;
-    border-right: 1px solid #919699;
-}
-table td p {
-    margin-bottom: 0px; 
-}
-table td p + p  {
-    margin-top: 5px; 
-}
-table td p + p + p {
-    margin-top: 5px; 
-}
-
-/* forms */
-
-form {
-    margin: 0;
-}
-
-button {
-    margin: 3px 0 10px 0;
-}
-input {
-    vertical-align: middle;
-    padding: 0;
-    margin: 0 0 5px 0;
-}
-
-select {
-    vertical-align: middle;
-    padding: 0;
-    margin: 0 0 3px 0;
-}
-
-textarea {
-    margin: 0 0 10px 0;
-    width: 100%;
-}
+body,h1{color:#000}body{margin:20px auto;width:800px;background-color:#fff;font:13px "Myriad Pro","Lucida Grande",Lucida,Verdana,sans-serif}a:link,a:visited{color:#00f;text-decoration:none}a:visited{color:#00a}a:active,a:hover{color:#f60;text-decoration:underline}* html code,* html pre{font-size:101%}code,pre{font-size:11px;font-family:monaco,courier,consolas,monospace}pre{border:1px solid #c7cfd5;background:#f1f5f9;margin:20px 0;padding:8px;text-align:left}hr,table{width:100%}hr{color:#919699;size:1;noshade:"noshade"}h1{margin-top:1em;margin-bottom:25px;font-size:30px}h1,h2,h3,h4,h5,h6{font-family:"Myriad Pro","Lucida Grande",Lucida,Verdana,sans-serif;font-weight:700}h2,table td,table th{border-bottom:1px solid #919699}h2{margin-top:2.5em;color:#000;padding-bottom:2px;font-size:24px}h3,h4,h5,h6{margin-top:2em;margin-bottom:.5em;font-size:17px;color:#000}h4,h5,h6{font-size:15px}h5,h6{margin-top:20px;padding:0;font-size:13px}h6{font-size:11px}p{margin-top:0;margin-bottom:10px}ol,ol ol,ul{margin:0 0 0 30px;padding:0 0 12px 6px}ul{list-style:square outside}li{margin-top:7px}ol,ol ol{list-style-type:decimal;list-style-position:outside}ol ol{list-style-type:lower-alpha;margin:7px 0 0 30px;padding:0 0 0 10px}ul ul{margin-left:40px;padding:0 0 0 6px}li>p{display:inline}li>a+p,li>p+p{display:block}table{border-top:1px solid #919699;border-left:1px solid #919699;border-spacing:0}table td,table th{font-size:12px;border-right:1px solid #919699}table th{background:#e2e2e2;padding:4px 8px}table th p{font-weight:700}table td{padding:8px;vertical-align:top}table td p,table th p{margin-bottom:0}table td p+p,table td p+p+p{margin-top:5px}form{margin:0}button{margin:3px 0 10px}input,select{vertical-align:middle;padding:0;margin:0 0 5px}select{margin:0 0 3px}textarea{margin:0 0 10px;width:100%}

Tiedoston diff-näkymää rajattu, sillä se on liian suuri
+ 0 - 295
themes/markdown7.css


+ 1 - 136
themes/markdown8.css

@@ -1,136 +1 @@
-h1, h2, h3, h4, h5, h6, p, blockquote {
-   margin: 0;
-   padding: 0;
-}
-body {
-   font-family: "Helvetica Neue", Helvetica, "Hiragino Sans GB", Arial, sans-serif;
-   font-size: 13px;
-   line-height: 18px;
-   color: #737373;
-   background-color: white;
-   margin: 10px 13px 10px 13px;
-}
-table {
-   margin: 10px 0 15px 0;
-   border-collapse: collapse;
-}
-td,th {	
-   border: 1px solid #ddd;
-   padding: 3px 10px;
-}
-th {
-   padding: 5px 10px;	
-}
-
-a {
-   color: #0069d6;
-}
-a:hover {
-   color: #0050a3;
-   text-decoration: none;
-}
-a img {
-   border: none;
-}
-p {
-   margin-bottom: 9px;
-}
-
-h1, h2, h3, h4, h5, h6 {
-   color: #404040;
-   line-height: 36px;
-}
-h1 {
-   margin-bottom: 18px;
-   font-size: 30px;
-}
-h2 {
-   font-size: 24px;
-}
-h3 {
-   font-size: 18px;
-}
-h4 {
-   font-size: 16px;
-}
-h5 {
-   font-size: 14px;
-}
-h6 {
-   font-size: 13px;
-}
-hr {
-   margin: 0 0 19px;
-   border: 0;
-   border-bottom: 1px solid #ccc;
-}
-blockquote {
-   padding: 13px 13px 21px 15px;
-   margin-bottom: 18px;
-   font-family:georgia,serif;
-   font-style: italic;
-}
-blockquote:before {
-   content:"\201C";
-   font-size:40px;
-   margin-left:-10px;
-   font-family:georgia,serif;
-   color:#eee;
-}
-blockquote p {
-   font-size: 14px;
-   font-weight: 300;
-   line-height: 18px;
-   margin-bottom: 0;
-   font-style: italic;
-}
-code, pre {
-   font-family: Monaco, Andale Mono, Courier New, monospace;
-}
-code {
-   background-color: #fee9cc;
-   color: rgba(0, 0, 0, 0.75);
-   padding: 1px 3px;
-   font-size: 12px;
-   -webkit-border-radius: 3px;
-   -moz-border-radius: 3px;
-   border-radius: 3px;
-}
-pre {
-   display: block;
-   padding: 14px;
-   margin: 0 0 18px;
-   line-height: 16px;
-   font-size: 11px;
-   border: 1px solid #d9d9d9;
-   white-space: pre-wrap;
-   word-wrap: break-word;
-}
-pre code {
-   background-color: #fff;
-   color:#737373;
-   font-size: 11px;
-   padding: 0;
-}
-sup {
-   font-size: 0.83em;
-   vertical-align: super;
-   line-height: 0;
-}
-* {
-   -webkit-print-color-adjust: exact;
-}
-@media screen and (min-width: 914px) {
-   body {
-      width: 854px;
-      margin:10px auto;
-   }
-}
-@media print {
-   body,code,pre code,h1,h2,h3,h4,h5,h6 {
-      color: black;
-   }
-   table, pre {
-      page-break-inside: avoid;
-   }
-}
+h1,p{padding:0}h2,h3,h4,h5,h6{margin:0;padding:0}body{font-family:"Helvetica Neue",Helvetica,"Hiragino Sans GB",Arial,sans-serif;line-height:18px;color:#737373;background-color:#fff;margin:10px 13px}table{margin:10px 0 15px;border-collapse:collapse}td,th{border:1px solid #ddd;padding:3px 10px}th{padding:5px 10px}a{color:#0069d6}a:hover{color:#0050a3;text-decoration:none}a img,hr{border:0}p{margin:0 0 9px}h1,h2,h3,h4,h5,h6{color:#404040;line-height:36px}blockquote,h1{margin:0 0 18px}h1{font-size:30px}h2{font-size:24px}h3{font-size:18px}h4{font-size:16px}blockquote p,h5{font-size:14px}body,h6{font-size:13px}hr{margin:0 0 19px;border-bottom:1px solid #ccc}blockquote{padding:13px 13px 21px 15px;font-family:georgia,serif;font-style:italic}blockquote:before{content:"\201C";font-size:40px;margin-left:-10px;font-family:georgia,serif;color:#eee}blockquote p{font-weight:300;line-height:18px;margin-bottom:0;font-style:italic}code,pre{font-family:Monaco,Andale Mono,Courier New,monospace}code{background-color:#fee9cc;color:rgba(0,0,0,.75);padding:1px 3px;font-size:12px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}pre,pre code{font-size:11px}pre{display:block;margin:0 0 18px;line-height:16px;border:1px solid #d9d9d9;white-space:pre-wrap;word-wrap:break-word;padding:14px}pre code{background-color:#fff;color:#737373;padding:0}sup{font-size:.83em;vertical-align:super;line-height:0}*{-webkit-print-color-adjust:exact}@media screen and (min-width:914px){body{width:854px;margin:10px auto}}@media print{body,code,h1,h2,h3,h4,h5,h6,pre code{color:#000}pre,table{page-break-inside:avoid}}

+ 1 - 138
themes/markdown9.css

@@ -1,138 +1 @@
-h1, h2, h3, h4, h5, h6, p, blockquote {
-   margin: 0;
-   padding: 0;
-}
-body {
-   font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
-   font-size: 13px;
-   line-height: 18px;
-   color: #fff;
-   background-color: #110F14;
-   margin: 10px 13px 10px 13px;
-}
-table {
-     margin: 10px 0 15px 0;
-     border-collapse: collapse;
-}
-td,th {	
-     border: 1px solid #ddd;
-     padding: 3px 10px;
-}
-th {
-     padding: 5px 10px;	
-}
-a {
-   color: #59acf3;
-}
-a:hover {
-   color: #a7d8ff;
-   text-decoration: none;
-}
-a img {
-   border: none;
-}
-p {
-   margin-bottom: 9px;
-}
-h1, h2, h3, h4, h5, h6 {
-   color: #fff;
-   line-height: 36px;
-}
-h1 {
-   margin-bottom: 18px;
-   font-size: 30px;
-}
-h2 {
-   font-size: 24px;
-}
-h3 {
-   font-size: 18px;
-}
-h4 {
-   font-size: 16px;
-}
-h5 {
-   font-size: 14px;
-}
-h6 {
-   font-size: 13px;
-}
-hr {
-   margin: 0 0 19px;
-   border: 0;
-   border-bottom: 1px solid #ccc;
-}
-blockquote {
-   padding: 13px 13px 21px 15px;
-   margin-bottom: 18px;
-   font-family:georgia,serif;
-   font-style: italic;
-}
-blockquote:before {
-   content:"\201C";
-   font-size:40px;
-   margin-left:-10px;
-   font-family:georgia,serif;
-   color:#eee;
-}
-blockquote p {
-   font-size: 14px;
-   font-weight: 300;
-   line-height: 18px;
-   margin-bottom: 0;
-   font-style: italic;
-}
-
-code, pre {
-   font-family: Menlo, Monaco, Andale Mono, Courier New, monospace;
-}
-
-code {
-   padding: 1px 3px;
-   font-size: 12px;
-   -webkit-border-radius: 3px;
-   -moz-border-radius: 3px;
-   border-radius: 3px;
-   background: #334;
-}
-
-pre {
-   display: block;
-   padding: 14px;
-   margin: 0 0 18px;
-   line-height: 16px;
-   font-size: 11px;
-   border: 1px solid #334;
-   white-space: pre;
-   white-space: pre-wrap;
-   word-wrap: break-word;
-   background-color: #282a36;
-   border-radius: 6px;
-}
-pre code {
-   font-size: 11px;
-   padding: 0;
-   background: transparent;
-}
-sup {
-   font-size: 0.83em;
-   vertical-align: super;
-   line-height: 0;
-}
-* {
-     -webkit-print-color-adjust: exact;
-}
-@media screen and (min-width: 914px) {
-   body {
-      width: 854px;
-      margin:10px auto;
-   }
-}
-@media print {
-     body,code,pre code,h1,h2,h3,h4,h5,h6 {
-          color: black;
-     }
-     table, pre {
-          page-break-inside: avoid;
-     }
-}
+h1,p{padding:0}h2,h3,h4,h5,h6{margin:0;padding:0}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;line-height:18px;color:#fff;background-color:#110f14;margin:10px 13px}table{margin:10px 0 15px;border-collapse:collapse}td,th{border:1px solid #ddd;padding:3px 10px}th{padding:5px 10px}a{color:#59acf3}a:hover{color:#a7d8ff;text-decoration:none}a img,hr{border:0}p{margin:0 0 9px}h1,h2,h3,h4,h5,h6{color:#fff;line-height:36px}blockquote,h1{margin:0 0 18px}h1{font-size:30px}h2{font-size:24px}h3{font-size:18px}h4{font-size:16px}blockquote p,h5{font-size:14px}body,h6{font-size:13px}hr{margin:0 0 19px;border-bottom:1px solid #ccc}blockquote{padding:13px 13px 21px 15px;font-family:georgia,serif;font-style:italic}blockquote:before{content:"\201C";font-size:40px;margin-left:-10px;font-family:georgia,serif;color:#eee}blockquote p{font-weight:300;line-height:18px;margin-bottom:0;font-style:italic}code,pre{font-family:Menlo,Monaco,Andale Mono,Courier New,monospace}code{padding:1px 3px;font-size:12px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;background:#334}pre,pre code{font-size:11px}pre{display:block;margin:0 0 18px;line-height:16px;border:1px solid #334;white-space:pre-wrap;word-wrap:break-word;background-color:#282a36;border-radius:6px;padding:14px}pre code{padding:0;background:0 0}sup{font-size:.83em;vertical-align:super;line-height:0}*{-webkit-print-color-adjust:exact}@media screen and (min-width:914px){body{width:854px;margin:10px auto}}@media print{body,code,h1,h2,h3,h4,h5,h6,pre code{color:#000}pre,table{page-break-inside:avoid}}

Tiedoston diff-näkymää rajattu, sillä se on liian suuri
+ 0 - 314
themes/markedapp-byword.css


Tiedoston diff-näkymää rajattu, sillä se on liian suuri
+ 0 - 482
themes/new-modern.css


Tiedoston diff-näkymää rajattu, sillä se on liian suuri
+ 0 - 355
themes/radar.css


+ 1 - 77
themes/screen.css

@@ -1,77 +1 @@
-html { font-size: 62.5%; }
-html, body { height: 100%; }
-
-body {
-    font-family: Helvetica, Arial, sans-serif;
-    font-size: 150%;
-    line-height: 1.3;
-    color: #f6e6cc;
-    width: 700px;
-    margin: auto;
-    background: #27221a;
-    position: relative;
-    padding: 0 30px;
-}
-
-p,ul,ol,dl,table,pre { margin-bottom: 1em; }
-ul { margin-left: 20px; }
-a { text-decoration: none; cursor: pointer; color: #ba832c; font-weight: bold; }
-a:focus { outline: 1px dotted; }
-a:visited {  }
-a:hover, a:focus { color: #d3a459; text-decoration: none; }
-a *, button * { cursor: pointer; }
-hr { display: none; }
-small { font-size: 90%; }
-input, select, button, textarea, option { font-family: Arial, "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif; font-size: 100%; }
-button, label, select, option, input[type=submit] { cursor: pointer; }
-.group:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } .group {display: inline-block;}
-/* Hides from IE-mac \*/ * html .group {height: 1%;} .group {display: block;} /* End hide from IE-mac */
-sup { font-size: 80%; line-height: 1; vertical-align: super; }
-button::-moz-focus-inner { border: 0; padding: 1px; }
-span.amp { font-family: Baskerville, "Goudy Old Style", "Palatino", "Book Antiqua", serif; font-weight: normal; font-style: italic; font-size: 1.2em; line-height: 0.8; }
-
-h1,h2,h3,h4,h5,h6 { 
-    line-height: 1.1; 
-    font-family: Baskerville, "Goudy Old Style", "Palatino", "Book Antiqua", serif;
-}
-
-h2 { font-size: 22pt; }
-h3 { font-size: 20pt; }
-h4 { font-size: 18pt; }
-h5 { font-size: 16pt; }
-h6 { font-size: 14pt; }
-
-::selection { background: #745626; }
-::-moz-selection { background: #745626; }
-
-h1 {
-    font-size: 420%;
-    margin: 0 0 0.1em;
-    font-family: Baskerville, "Goudy Old Style", "Palatino", "Book Antiqua", serif;
-}
-
-h1 a,
-h1 a:hover {
-    color: #d7af72;
-    font-weight: normal;
-    text-decoration: none;
-}
-
-pre {
-    background: rgba(0,0,0,0.3);
-    color: #fff;
-    padding: 8px 10px;
-    border-radius: 0.4em;
-    -moz-border-radius: 0.4em;
-    -webkit-border-radius: 0.4em;
-    overflow-x: hidden;
-}
-
-pre code {
-    font-size: 10pt;
-}
-
-.thumb { 
-    float:left;
-    margin: 10px;
-}
+body,html{font-size:62.5%;height:100%}body{font-family:Helvetica,Arial,sans-serif;font-size:150%;line-height:1.3;color:#f6e6cc;width:700px;margin:auto;background:#27221a;position:relative;padding:0 30px}dl,ol,p,pre,table,ul{margin-bottom:1em}ul{margin-left:20px}a{text-decoration:none;cursor:pointer;color:#ba832c;font-weight:700}a:focus{outline:1px dotted}a:focus,a:hover{color:#d3a459;text-decoration:none}hr{display:none}small{font-size:90%}button,input,option,select,textarea{font-family:Arial,"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;font-size:100%}a *,button,button *,input[type=submit],label,option,select{cursor:pointer}.group:after{content:".";height:0;clear:both;visibility:hidden}.group,.group:after{display:block}* html .group{height:1%}sup{font-size:80%;line-height:1;vertical-align:super}button::-moz-focus-inner{border:0;padding:1px}span.amp{font-weight:400;font-style:italic;font-size:1.2em;line-height:.8}h1,h2,h3,h4,h5,h6{line-height:1.1}h2,h3,h4,h5,h6,span.amp{font-family:Baskerville,"Goudy Old Style","Palatino","Book Antiqua",serif}h2{font-size:22pt}h3{font-size:20pt}h4{font-size:18pt}h5{font-size:16pt}h6{font-size:14pt}::selection{background:#745626}::-moz-selection{background:#745626}h1{font-size:420%;margin:0 0 .1em;font-family:Baskerville,"Goudy Old Style","Palatino","Book Antiqua",serif}h1 a,h1 a:hover{color:#d7af72;font-weight:400;text-decoration:none}pre{background:rgba(0,0,0,.3);color:#fff;padding:8px 10px;border-radius:.4em;-moz-border-radius:.4em;-webkit-border-radius:.4em;overflow-x:hidden}pre code{font-size:10pt}.thumb{float:left;margin:10px}

Tiedoston diff-näkymää rajattu, sillä se on liian suuri
+ 0 - 294
themes/solarized-dark.css


Tiedoston diff-näkymää rajattu, sillä se on liian suuri
+ 0 - 294
themes/solarized-light.css


Tiedoston diff-näkymää rajattu, sillä se on liian suuri
+ 0 - 622
themes/torpedo.css


Tiedoston diff-näkymää rajattu, sillä se on liian suuri
+ 0 - 712
themes/vostok.css


Kaikkia tiedostoja ei voida näyttää, sillä liian monta tiedostoa muuttui tässä diffissä