[Groonga-commit] groonga/groonga.org at a62a201 [gh-pages] Apply style

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Oct 6 15:33:26 JST 2015


Kouhei Sutou	2015-10-06 15:33:26 +0900 (Tue, 06 Oct 2015)

  New Revision: a62a20150cfbe9053d417f402f69e9b7fc240d88
  https://github.com/groonga/groonga.org/commit/a62a20150cfbe9053d417f402f69e9b7fc240d88

  Message:
    Apply style

  Modified files:
    css/screen.css

  Modified: css/screen.css (+319 -319)
===================================================================
--- css/screen.css    2015-10-06 15:32:39 +0900 (d38d530)
+++ css/screen.css    2015-10-06 15:33:26 +0900 (afe6020)
@@ -1,87 +1,87 @@
 html,
 body
 {
-    margin: 10px;
-    padding: 0px;
-    font-family: sans-serif;
+  margin: 10px;
+  padding: 0px;
+  font-family: sans-serif;
 }
 
 @media screen and (max-width: 640px)
 {
-    html,
-    body
-    {
-	margin: 0;
-    }
+  html,
+  body
+  {
+    margin: 0;
+  }
 }
 
 pre
 {
-    overflow: auto;
-    overflow-y: hidden;
-    padding: 20px;
-    background-color: #FAFAFA;
-    color: #000;
-    line-height: 120%;
-    border: 1px solid #DDD;
+  overflow: auto;
+  overflow-y: hidden;
+  padding: 20px;
+  background-color: #FAFAFA;
+  color: #000;
+  line-height: 120%;
+  border: 1px solid #DDD;
 }
 
 @media screen and (max-width: 640px)
 {
-    pre
-    {
-	padding: 5px;
-    }
+  pre
+  {
+    padding: 5px;
+  }
 }
 
 header
 {
-    display: block; /* for IE < 9. */
-    position: relative;
-    margin: 0px;
-    padding: 0px;
+  display: block; /* for IE < 9. */
+  position: relative;
+  margin: 0px;
+  padding: 0px;
 }
 
 header div.title
 {
-    background: url(../images/logo.png) no-repeat top left;
-    margin: 20px;
-    margin-right: 360px;
+  background: url(../images/logo.png) no-repeat top left;
+  margin: 20px;
+  margin-right: 360px;
 }
 
 @media screen and (max-width: 640px)
 {
-    header div.title
-    {
-	margin: 0;
-	margint-left: 5px;
-    }
+  header div.title
+  {
+    margin: 0;
+    margint-left: 5px;
+  }
 }
 
 header div.title a,
 header div.title a:link,
 header div.title a:visited
 {
-    text-decoration: none;
+  text-decoration: none;
 }
 
 header div.title a
 {
-    display: block;
-    height:65px;
-    border:1px solid #FFF;
-    color:#666;
-    font-size:small;
-    margin-bottom:40px;
+  display: block;
+  height:65px;
+  border:1px solid #FFF;
+  color:#666;
+  font-size:small;
+  margin-bottom:40px;
 }
 
 @media screen and (max-width: 640px)
 {
-    header div.title a
-    {
-	height: auto;
-	margin-bottom: 5px;
-    }
+  header div.title a
+  {
+    height: auto;
+    margin-bottom: 5px;
+  }
 }
 
 header div.title span
@@ -91,64 +91,64 @@ header div.title span
 header div.title span.project,
 header div.title span.separator
 {
-    display: none;
+  display: none;
 }
 
 header div.title span.description
 {
-    display: block;
-    padding: 0;
-    margin:35px 0 0 240px;
+  display: block;
+  padding: 0;
+  margin:35px 0 0 240px;
 }
 
 @media screen and (max-width: 640px)
 {
-    header div.title span.description
-    {
-	margin-top: 70px;
-	margin-bottom: 0;
-	margin-left: 5px;
-	margin-right: 5px;
-    }
+  header div.title span.description
+  {
+    margin-top: 70px;
+    margin-bottom: 0;
+    margin-left: 5px;
+    margin-right: 5px;
+  }
 }
 
 /*===nav===*/
 
 header nav
 {
-    display: block; /* for IE < 9. */
-    color: #AAA;
-    background:#333;
-    border-top: 1px solid #BBB;
-    border-bottom: 1px solid #DDD;
+  display: block; /* for IE < 9. */
+  color: #AAA;
+  background:#333;
+  border-top: 1px solid #BBB;
+  border-bottom: 1px solid #DDD;
 }
 
 header nav ul
 {
-    padding: 0;
-    line-height: 36px;
-    margin: 0;
+  padding: 0;
+  line-height: 36px;
+  margin: 0;
 }
 
 header nav li
 {
-    display: inline;
-    margin-left:20px;
+  display: inline;
+  margin-left:20px;
 }
 
 @media screen and (max-width: 640px)
 {
-    header nav ul
-    {
-	padding-left: 5px;
-	padding-right: 5px;
-	line-height: 1.5em;
-    }
+  header nav ul
+  {
+    padding-left: 5px;
+    padding-right: 5px;
+    line-height: 1.5em;
+  }
 
-    header nav li
-    {
-	margin-left: 0;
-    }
+  header nav li
+  {
+    margin-left: 0;
+  }
 }
 
 header nav a,
@@ -157,109 +157,109 @@ header nav a:visited,
 header nav a:active,
 header nav a:hover
 {
-    color: #AAA;
-    padding-right: 3px;
-    text-decoration: none;
+  color: #AAA;
+  padding-right: 3px;
+  text-decoration: none;
 }
 
 header nav a:hover
 {
-    color:#FFF;
-    text-decoration: underline;
+  color:#FFF;
+  text-decoration: underline;
 }
 
 header div.facebook-buttons
 {
-    position: absolute;
-    top: 0px;
-    right: 0px;
-    border: #3b5a9a 3px solid;
-    background-color: white;
+  position: absolute;
+  top: 0px;
+  right: 0px;
+  border: #3b5a9a 3px solid;
+  background-color: white;
 
-    -moz-border-radius: 5px;
-    -webkit-border-radius: 5px;
-    border-radius: 5px;
+  -moz-border-radius: 5px;
+  -webkit-border-radius: 5px;
+  border-radius: 5px;
 
-    padding-top: 10px;
-    padding-left: 10px;
-    width: 320px;
-    height: 90px;
+  padding-top: 10px;
+  padding-left: 10px;
+  width: 320px;
+  height: 90px;
 }
 
 @media screen and (max-width: 640px)
 {
-    header div.facebook-buttons
-    {
-	display: none;
-    }
+  header div.facebook-buttons
+  {
+    display: none;
+  }
 }
 
 header div.other-language-links
 {
-    position: absolute;
-    top: 5px;
-    right: 360px;
-    font-size:small;
-    /* width: 50px; */
+  position: absolute;
+  top: 5px;
+  right: 360px;
+  font-size:small;
+  /* width: 50px; */
 }
 
 @media screen and (max-width: 640px)
 {
-    header div.other-language-links
-    {
-	right: 10px;
-    }
+  header div.other-language-links
+  {
+    right: 10px;
+  }
 }
 
 header div.other-language-links ul,
 header div.other-language-links li
 {
-    display: inline;
-    padding: 0;
-    margin: 0;
+  display: inline;
+  padding: 0;
+  margin: 0;
 }
 
 header div.other-language-links a img
 {
-    border-style: none;
+  border-style: none;
 }
 
 div#body
 {
-    position: relative;
+  position: relative;
 }
 
 div#body h1
 {
-    margin-left: 30px;
+  margin-left: 30px;
 }
 
 @media screen and (max-width: 640px)
 {
-    div#body h1
-    {
-	margin: 5px;
-    }
+  div#body h1
+  {
+    margin: 5px;
+  }
 }
 
 div#content
 {
-    background-color: #FAFAFA;
-    border:1px solid #DDD;
-    padding: 10px;
-    margin-top: 10px;
-    margin-left: 10px;
-    margin-right: 230px;
-    margin-bottom: 10px;
+  background-color: #FAFAFA;
+  border:1px solid #DDD;
+  padding: 10px;
+  margin-top: 10px;
+  margin-left: 10px;
+  margin-right: 230px;
+  margin-bottom: 10px;
 }
 
 @media screen and (max-width: 640px)
 {
-    div#content
-    {
-	padding: 0;
-	margin: 0;
-    }
+  div#content
+  {
+    padding: 0;
+    margin: 0;
+  }
 }
 
 div#content h2,
@@ -268,46 +268,46 @@ div#content h4,
 div#content h5,
 div#content h6
 {
-    margin: 0;
-    padding-bottom: 10px;
-    position: relative;
-    border-bottom: 3px solid #FAFAFA;
-    font-weight: bold;
+  margin: 0;
+  padding-bottom: 10px;
+  position: relative;
+  border-bottom: 3px solid #FAFAFA;
+  font-weight: bold;
 }
 
 div#content h2
 {
-    color: white;
-    background: #005fb0 url(../images/navigation-bar.png) top left repeat-x;
-    font-weight: bold;
-    padding: 10px;
-    padding-left:30px;
-    margin: 0;
+  color: white;
+  background: #005fb0 url(../images/navigation-bar.png) top left repeat-x;
+  font-weight: bold;
+  padding: 10px;
+  padding-left:30px;
+  margin: 0;
 }
 
 @media screen and (max-width: 640px)
 {
-    div#content h2
-    {
-	padding: 10px;
-    }
+  div#content h2
+  {
+    padding: 10px;
+  }
 }
 
 div#content section#related-projects h3
 {
-    color: white;
-    background: #005fb0 url(../images/navigation-bar.png) top left repeat-x;
-    font-weight: bold;
-    padding: 10px;
-    padding-left:30px;
-    margin: 0;
+  color: white;
+  background: #005fb0 url(../images/navigation-bar.png) top left repeat-x;
+  font-weight: bold;
+  padding: 10px;
+  padding-left:30px;
+  margin: 0;
 }
 
 div#content h3
 {
-    font-weight: bold;
-    padding: 10px 10px 0 10px;
-    margin: 0;
+  font-weight: bold;
+  padding: 10px 10px 0 10px;
+  margin: 0;
 }
 
 div#content h4,
@@ -318,377 +318,377 @@ div#content h6
 
 div#content a.amazon-detail
 {
-    display: block;
-    padding: 20px;
-    background-color: white;
-    border: 1px solid #005fb0;
-    -moz-border-radius: 10px;
-    -webkit-border-radius: 10px;
-    border-radius: 10px;
+  display: block;
+  padding: 20px;
+  background-color: white;
+  border: 1px solid #005fb0;
+  -moz-border-radius: 10px;
+  -webkit-border-radius: 10px;
+  border-radius: 10px;
 }
 
 div#content a.amazon-detail span.amazon-detail span
 {
-    display: block;
+  display: block;
 }
 
 div#content a.amazon-detail img.amazon-detail
 {
-    float: left;
-    padding-right: 15px;
+  float: left;
+  padding-right: 15px;
 }
 
 div#content section,
 div#content div.post
 {
-    padding-left: 20px;
-    padding-right: 20px;
-    padding-top: 10px;
-    padding-bottom: 10px;
+  padding-left: 20px;
+  padding-right: 20px;
+  padding-top: 10px;
+  padding-bottom: 10px;
 }
 
 @media screen and (max-width: 640px)
 {
-    div#content section,
-    div#content div.post
-    {
-	padding: 0 5px;
-    }
+  div#content section,
+  div#content div.post
+  {
+    padding: 0 5px;
+  }
 }
 
 div#content div#posts
 {
-    background-color: white;
+  background-color: white;
 }
 
 div#content div.post
 {
-    margin-bottom: 5em;
+  margin-bottom: 5em;
 }
 
 @media screen and (max-width: 640px)
 {
-    div#content div.post
-    {
-	margin: 0;
-    }
+  div#content div.post
+  {
+    margin: 0;
+  }
 }
 
 div#content div.post p
 {
-    line-height: 150%;
+  line-height: 150%;
 }
 
 div#content div.post span.date
 {
-    display: block;
-    text-align: right;
+  display: block;
+  text-align: right;
 }
 
 div#content div.post div.social-widgets
 {
-    text-align: right;
+  text-align: right;
 }
 
 div#content div.post table
 {
-    margin-left: auto;
-    margin-right: auto;
-    border-top: 1px solid #005fb0;
+  margin-left: auto;
+  margin-right: auto;
+  border-top: 1px solid #005fb0;
 }
 
 div#content div.post table th,
 div#content div.post table td
 {
-    border-bottom: 1px solid #005fb0;
-    padding: 5px;
-    margin: 0 5px;
+  border-bottom: 1px solid #005fb0;
+  padding: 5px;
+  margin: 0 5px;
 }
 
 div#content div.post img
 {
-    max-width: 90%;
-    display: block;
-    margin: 0 auto;
-    padding: 0.5em;
-    border: 1px solid #aaa;
+  max-width: 90%;
+  display: block;
+  margin: 0 auto;
+  padding: 0.5em;
+  border: 1px solid #aaa;
 }
 
 div#content section#menu table
 {
-    margin-top: 3em;
-    margin-left: auto;
-    margin-right: auto;
-    border-collapse: collapse;
-    border-spacing: 0;
+  margin-top: 3em;
+  margin-left: auto;
+  margin-right: auto;
+  border-collapse: collapse;
+  border-spacing: 0;
 }
 
 div#content section#menu table th,
 div#content section#menu table td
 {
-    border: 1px solid #005fb0;
-    padding: 5px;
-    margin: 0;
+  border: 1px solid #005fb0;
+  padding: 5px;
+  margin: 0;
 }
 
 div#content section#menu table td ul
 {
-    padding-left: 1em;
-    margin: 0;
+  padding-left: 1em;
+  margin: 0;
 }
 
 div#content section#menu table td.note
 {
-    text-align: center;
-    font-weight: bold;
+  text-align: center;
+  font-weight: bold;
 }
 
 div#sidebar
 {
-    position: absolute;
-    top: 0;
-    right: 0;
-    width: 220px;
-    height: auto;
-    font-size: 90%;
-    background-color: white;
-    overflow: auto;
+  position: absolute;
+  top: 0;
+  right: 0;
+  width: 220px;
+  height: auto;
+  font-size: 90%;
+  background-color: white;
+  overflow: auto;
 }
 
 @media screen and (max-width: 640px)
 {
-    div#sidebar
-    {
-	display: none;
-    }
+  div#sidebar
+  {
+    display: none;
+  }
 }
 
 div#sidebar h2
 {
-    font-size: small;
-    color: #fff;
-    background: #005fb0 url(../images/sidebar-header-background.png) left top repeat-x;
-    margin: 0 0 10px 0;
-    padding: 7px 0 7px 10px;
-    font-weight: bold;
+  font-size: small;
+  color: #fff;
+  background: #005fb0 url(../images/sidebar-header-background.png) left top repeat-x;
+  margin: 0 0 10px 0;
+  padding: 7px 0 7px 10px;
+  font-weight: bold;
 }
 
 div#sidebar ul
 {
-    list-style: none;
-    margin: 0;
-    padding: 0;
-    margin-top: 10px;
-    margin-bottom: 10px;
-    margin-right: 20px;
+  list-style: none;
+  margin: 0;
+  padding: 0;
+  margin-top: 10px;
+  margin-bottom: 10px;
+  margin-right: 20px;
 }
 
 div#sidebar ul li
 {
-    margin-top: 5px;
-    margin-bottom: 5px;
+  margin-top: 5px;
+  margin-bottom: 5px;
 }
 
 div#sidebar ul li:before
 {
-    content: ">> ";
-    color: #005fb0;
+  content: ">> ";
+  color: #005fb0;
 }
 
 div#sidebar ul ul
 {
-    margin-left: 20px;
-    list-style: square;
+  margin-left: 20px;
+  list-style: square;
 }
 
 div#sidebar ul ul li:before
 {
-    content: "> ";
-    font-weight: bold;
-    color: #2fa52f;
+  content: "> ";
+  font-weight: bold;
+  color: #2fa52f;
 }
 
 div#sidebar ul li a.amazon-detail img
 {
-    display: block;
-    margin-left: auto;
-    margin-right: auto;
+  display: block;
+  margin-left: auto;
+  margin-right: auto;
 }
 
 div#sidebar span.date
 {
-    display: block;
-    padding-left: 2em;
+  display: block;
+  padding-left: 2em;
 }
 
 div#top-page-content
 {
-    position: relative;
-    padding-left: 60px;
-    padding-right: 60px;
-    padding-top: 20px;
-    padding-bottom: 20px;
+  position: relative;
+  padding-left: 60px;
+  padding-right: 60px;
+  padding-top: 20px;
+  padding-bottom: 20px;
 }
 
 div#top-page-content div.notices
 {
-    width: 90%;
-    margin-left: auto;
-    margin-right: auto;
+  width: 90%;
+  margin-left: auto;
+  margin-right: auto;
 }
 
 div#top-page-content div.notices section
 {
-    width: 40%;
-    padding: 10px;
-    margin: 10px;
-    border: #DDD 2px solid;
-    background-color: white;
+  width: 40%;
+  padding: 10px;
+  margin: 10px;
+  border: #DDD 2px solid;
+  background-color: white;
 }
 
 div#top-page-content div.notices section#about
 {
-    float: left;
+  float: left;
 }
 
 div#top-page-content div.notices section#latest
 {
-    float: right;
+  float: right;
 }
 
 @media screen and (max-width: 640px)
 {
-    div#top-page-content
-    {
-	padding: 0;
-    }
+  div#top-page-content
+  {
+    padding: 0;
+  }
 
-    div#top-page-content div.notices
-    {
-	width: auto;
-    }
+  div#top-page-content div.notices
+  {
+    width: auto;
+  }
 
-    div#top-page-content div.notices section
-    {
-	width: auto;
-	margin: 5px 0;
-    }
+  div#top-page-content div.notices section
+  {
+    width: auto;
+    margin: 5px 0;
+  }
 
-    div#top-page-content div.notices section#about,
-    div#top-page-content div.notices section#latest
-    {
-	float: none;
-    }
+  div#top-page-content div.notices section#about,
+  div#top-page-content div.notices section#latest
+  {
+    float: none;
+  }
 }
 
 div#top-page-content div.notices section:hover
 {
-    -moz-opacity: 1;
-    opacity: 1;
+  -moz-opacity: 1;
+  opacity: 1;
 }
 
 div#top-page-content div.notices section h2
 {
-    padding: 0;
-    margin: 0;
-    text-align: center;
+  padding: 0;
+  margin: 0;
+  text-align: center;
 }
 
 div#top-page-content section#latest-posts
 {
-    display: block;
-    clear: both;
-    padding-top: 10px;
+  display: block;
+  clear: both;
+  padding-top: 10px;
 }
 
 div#top-page-content section#latest-posts ul.posts,
 div#top-page-content section#latest-posts ul.posts li
 {
-    margin: 0;
-    padding: 0;
+  margin: 0;
+  padding: 0;
 }
 
 div#top-page-content section#latest-posts ul.posts
 {
-    margin-top: 10px;
-    margin-left: 20px;
+  margin-top: 10px;
+  margin-left: 20px;
 }
 
 div#top-page-content p.detail-link
 {
-    padding-top: 10px;
-    text-align: center;
+  padding-top: 10px;
+  text-align: center;
 }
 
 div#top-page-content p.detail-link a
 {
-    color: white;
-    text-decoration: none;
-    font-size: 20px;
-    padding: 10px;
-    padding-left: 40px;
-    background: #38a3ef no-repeat 8px 9px;
-    border: 1px solid #004ec7;
-    -moz-border-radius: 5px;
-    -webkit-border-radius: 5px;
-    border-radius: 5px;
+  color: white;
+  text-decoration: none;
+  font-size: 20px;
+  padding: 10px;
+  padding-left: 40px;
+  background: #38a3ef no-repeat 8px 9px;
+  border: 1px solid #004ec7;
+  -moz-border-radius: 5px;
+  -webkit-border-radius: 5px;
+  border-radius: 5px;
 }
 
 div#top-page-content p.detail-link a:hover
 {
-    text-decoration: underline;
+  text-decoration: underline;
 }
 
 div#top-page-content p.detail-link a.characteristic
 {
-    background-image: url(../images/characteristic.png);
+  background-image: url(../images/characteristic.png);
 }
 
 div#top-page-content p.detail-link a.install
 {
-    background-image: url(../images/install.png);
+  background-image: url(../images/install.png);
 }
 
 div.note
 {
-    margin: 1em;
-    padding-left: 1em;
-    padding-right: 1em;
-    border: 1px solid #ac9;
-    background-color: #eeffcc;
+  margin: 1em;
+  padding-left: 1em;
+  padding-right: 1em;
+  border: 1px solid #ac9;
+  background-color: #eeffcc;
 }
 
 figure img
 {
-    display: block;
-    margin-left: auto;
-    margin-right: auto;
-    text-align: center;
+  display: block;
+  margin-left: auto;
+  margin-right: auto;
+  text-align: center;
 }
 
 footer
 {
-    clear: both;
-    display: block; /* for IE < 9. */
-    border-top:1px solid#DDD;
+  clear: both;
+  display: block; /* for IE < 9. */
+  border-top:1px solid#DDD;
 }
 
 footer p,
 footer address
 {
-    text-align: center;
+  text-align: center;
 }
 
 @media screen and (max-width: 640px)
 {
-    footer p
-    {
-	margin-left: 5px;
-	margin-right: 5px;
-    }
+  footer p
+  {
+    margin-left: 5px;
+    margin-right: 5px;
+  }
 }
 
 footer address
 {
-    padding-top: 5px;
+  padding-top: 5px;
 }
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index