[geeklog-hg] geeklog: Denim: updated style.css and added style.min.css (minif...

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Wed Apr 8 12:18:16 EDT 2015


changeset 9586:b59ec7e2ee54
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/b59ec7e2ee54
user: dengen <taharaxp at gmail.com>
date: Thu Apr 09 01:10:33 2015 +0900
description:
Denim: updated style.css and added style.min.css (minified css)

diffstat:

 public_html/layout/denim/css_ltr/style.css     |  6139 +++++++++++++----------
 public_html/layout/denim/css_ltr/style.min.css |     2 +
 public_html/layout/denim/css_rtl/style.css     |  6174 +++++++++++++----------
 public_html/layout/denim/css_rtl/style.min.css |     2 +
 4 files changed, 6839 insertions(+), 5478 deletions(-)

diffs (truncated from 13782 to 300 lines):

diff -r 4f5cf6aa1d91 -r b59ec7e2ee54 public_html/layout/denim/css_ltr/style.css
--- a/public_html/layout/denim/css_ltr/style.css	Thu Apr 09 01:02:10 2015 +0900
+++ b/public_html/layout/denim/css_ltr/style.css	Thu Apr 09 01:10:33 2015 +0900
@@ -1,9 +1,16 @@
-
-body, div,
-p, blockquote, pre, code,
-dl, dt, dd,
+/* Geeklog Denim Theme 1.1.0 | Copyright (C) 2012-2015 by dengen | http://www.trybese.com/~dengen/log/ | License:GPLv2 */
+body,
+div,
+p,
+blockquote,
+pre,
+code,
+dl,
+dt,
+dd,
 fieldset,
-form, legend {
+form,
+legend {
   margin: 0;
   padding: 0;
 }
@@ -13,19 +20,30 @@
   font-size: 13px;
   line-height: 1.3;
   color: #222;
-  -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
+  -webkit-font-smoothing: antialiased;
   -webkit-text-size-adjust: 100%;
 }
 
-h1, h2 {
+ at media only screen and (max-width: 767px) {
+
+  body {
+    font-size: 15px;
+  }
+}
+
+h1,
+h2 {
   margin: 1em 0;
   padding: 0;
   font-weight: bold;
   font-size: 115%;
 }
 
-h3, h4, h5, h6 {
-  margin: 0.5em 0;
+h3,
+h4,
+h5,
+h6 {
+  margin: .5em 0;
   padding: 0;
   font-weight: bold;
   font-size: 100%;
@@ -50,6 +68,7 @@
   overflow: auto;
   white-space: pre;
   border: 1px solid #DDD;
+  -webkit-border-radius: 4px;
   border-radius: 4px;
 }
 
@@ -61,15 +80,21 @@
   content: close-quote;
 }
 
-cite, em, var, dfn {
+cite,
+em,
+var,
+dfn {
   font-style: italic;
 }
 
-code, samp, kbd {
+code,
+samp,
+kbd {
   font-family: monospace;
 }
 
-abbr[title], acronym[title] {
+abbr[title],
+acronym[title] {
   border-bottom: 1px dotted;
 }
 
@@ -85,20 +110,22 @@
 a:link,
 a:visited,
 a:hover {
-  color: #2661a2;
-}
-
-ul, ol, dl {
+  color: #2664A2;
+}
+
+ul,
+ol,
+dl {
   margin: 1em 0;
 }
 
 dt {
   font-weight: bold;
-  margin-left: 20px; /* rtl */
+  margin-left: 20px;
 }
 
 dd {
-  margin-left: 20px; /* rtl */
+  margin-left: 20px;
 }
 
 ins {
@@ -119,18 +146,18 @@
   height: 1px;
   border: none;
   border-top: 1px solid #CCC;
-  margin: 0.5em auto;
+  margin: .5em auto;
 }
 
 sub {
   vertical-align: sub;
-  font-size: 0.83em;
+  font-size: .83em;
   line-height: normal;
 }
 
 sup {
   vertical-align: super;
-  font-size: 0.83em;
+  font-size: .83em;
   line-height: normal;
 }
 
@@ -146,14 +173,15 @@
 }
 
 blockquote p {
-  margin-top: 0.5em;
-  margin-bottom: 0.5em;
+  margin-top: .5em;
+  margin-bottom: .5em;
 }
 
 fieldset {
   margin: 0 0 1em 0;
   padding: 8px 12px;
   border: 1px solid #CCC;
+  -webkit-border-radius: 4px;
   border-radius: 4px;
 }
 
@@ -175,53 +203,22 @@
 }
 
 /* Table */
-
 th {
   font-weight: bold;
-  text-align: left; /* rtl */
+  text-align: left;
   margin: 0;
-  background-color:#DAE0ED; /* compatible with professional */
+  background-color: #DAE0ED;
 }
 
 td {
   margin: 0;
 }
 
-/*
-table {
-  text-align: left;
-  border-collapse: collapse;
-  margin: 1em 0.5em;
-}
-
-tr {
-  margin: 0;
-  padding: 0;
-  vertical-align: middle;
-}
-
-th,
-td {
-  margin: 0;
-  padding: 0.2em 0.6em;
-  vertical-align: middle;
-  line-height: 160%;
-  border: 1px solid #DDD;
-}
-
-th {
-  text-align: left;
-  font-weight: bold;
-  background: #F5F5F5;
-}
-*/
-
 table img {
   vertical-align: middle;
 }
 
 /* Forms */
-
 input {
   margin: 2px;
 }
@@ -244,17 +241,25 @@
 input[type="email"],
 textarea,
 select {
-  border: 1px solid #ccc;
+  border: 1px solid #CCC;
   padding: 4px;
   outline: none;
+  -webkit-border-radius: 3px;
   border-radius: 3px;
   font-size: 13px;
   color: #555;
-  margin-left: 0; /* rtl */
-  margin-right: 3px; /* rtl */
+  margin-left: 0;
+  margin-right: 3px;
   max-width: 100%;
 }
 
+ at media only screen and (max-width: 479px) {
+
+  select {
+    max-width: 270px;
+  }
+}
+
 select {
   height: 28px;
   line-height: 28px;
@@ -266,41 +271,42 @@
 }
 
 option {
-  padding-right: 4px;  /* for Firefox */ /* rtl */
+  padding-right: 4px;
 }
 
 input[type="text"]:focus,
 input[type="password"]:focus,
 input[type="email"]:focus,
 textarea:focus {
-  border: 1px solid #aaa;
+  border: 1px solid #AAA;
   color: #222;
-  box-shadow:  0 0 3px rgba(0,0,0,.2);
+  -webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
+  box-shadow: 0 0 3px rgba(0,0,0,.2);
 }
 
 /* Buttons */
-
 .button,
 button,
 input[type="submit"],
 input[type="reset"],
 input[type="button"] {
-  background: #eee; /* Old browsers */
-  background: #eee -webkit-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Chrome10+,Safari5.1+ */
-  background: #eee -o-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Opera11.10+ */
-  background: #eee -ms-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* IE10+ */
-  background: #eee linear-gradient(to bottom, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* W3C */
-  border: 1px solid #aaa;
-  border-top: 1px solid #ccc;
-  border-left: 1px solid #ccc;
+  background: #EEE -webkit-linear-gradient(top, rgba(255,255,255,.2) 0%, rgba(0,0,0,.2) 100%);
+  background: #EEE -moz-linear-gradient(top, rgba(255,255,255,.2) 0%, rgba(0,0,0,.2) 100%);
+  background: #EEE -o-linear-gradient(top, rgba(255,255,255,.2) 0%, rgba(0,0,0,.2) 100%);
+  background: #EEE -ms-linear-gradient(top, rgba(255,255,255,.2) 0%, rgba(0,0,0,.2) 100%);
+  background: #EEE linear-gradient(to bottom, rgba(255,255,255,.2) 0%, rgba(0,0,0,.2) 100%);
+  border: 1px solid #AAA;
+  border-top: 1px solid #CCC;
+  border-left: 1px solid #CCC;
   padding: 4px 9px;
+  -webkit-border-radius: 3px;
   border-radius: 3px;
   color: #444;
   display: inline-block;
   font-size: 12px;
   font-weight: bold;
   text-decoration: none;
-  text-shadow: 0 1px rgba(255, 255, 255, .75);
+  text-shadow: 0 1px rgba(255,255,255,.75);



More information about the geeklog-cvs mailing list