null+****@clear*****
null+****@clear*****
2012年 2月 29日 (水) 19:15:42 JST
kikidog 2012-02-29 19:15:42 +0900 (Wed, 29 Feb 2012)
New Revision: 04c7afd6d5359e7fd9a0da3a04e87719aa6c0b75
Log:
CSS adjustment(/doc)
Modified files:
docs/static/groonga.css
Modified: docs/static/groonga.css (+46 -29)
===================================================================
--- docs/static/groonga.css 2012-02-29 19:14:42 +0900 (0822955)
+++ docs/static/groonga.css 2012-02-29 19:15:42 +0900 (8759f3c)
@@ -12,6 +12,13 @@
@import url("default.css");
+html,
+body
+{
+ margin: 0px;
+ padding: 0px;
+}
+
a:link,
div.sphinxsidebar a:link,
div.sphinxsidebar a:visited
@@ -36,46 +43,48 @@ div.sphinxsidebar a:hover
div.header
{
- /* background: url(header-background.png) repeat-y #ffe9c7; */
+ display: block; /* for IE < 9. */
+ position: relative;
+ margin: 0px;
+ padding: 0px;
}
div.header h1.title
{
- background: url(logo.png) no-repeat;
- background-position: 10px 25px;
- font-family: sans-serif;
- font-size: 12px;
- font-weight: bold;
- text-shadow: 0.1em 0.1em 0.1em rgb(200, 200, 200);
- margin: 0;
- margin-right: 360px;
- padding: 0px;
- height: 125px;
+ background: url(logo.png) no-repeat top left;
+ margin: 20px;
+ border:1px solid #DDD;
+ width:800px;
}
+
div.header h1.title a,
div.header h1.title a:link,
-div.header h1.title a:visited
+div.header h1.title a:visited,
+
{
- color: black;
- background-color: transparent;
text-decoration: none;
}
+div.header h1.title a:hover{
+ background:none;
+}
+
+
div.header h1.title a
{
- display: block;
- height: 105px;
- position: relative;
- top: 20px;
- left: 0;
+ display: block;
+ height:65px;
+ color:#666;
+ font-size:small;
+ font-weight:lighter;
+ margin-bottom:40px;
+ border:1px solid #0DD;
}
div.header h1.title span
{
- display: block;
- padding-left: 260px;
- margin-bottom: 2px;
+
}
div.header h1.title span.project,
@@ -86,19 +95,26 @@ div.header h1.title span.separator
div.header h1.title span.description
{
- padding-top: 10px;
+
+ display: block;
+ padding: 0;
+ margin:35px 0 0 240px;
+
}
+
div.header div.facebook-buttons
{
position: absolute;
- top: 10px;
- right: 10px;
- border: #992e1d 2px solid;
+ top: 0px;
+ right: 0px;
+ border: #3b5a9a 3px solid;
background-color: white;
- -moz-border-radius: 10px;
- -webkit-border-radius: 10px;
- border-radius: 10px;
+
+ -moz-border-radius: 5px;
+ -webkit-border-radius: 5px;
+ border-radius: 5px;
+
padding-top: 10px;
padding-left: 10px;
width: 320px;
@@ -106,6 +122,7 @@ div.header div.facebook-buttons
overflow: hidden;
}
+
div.header div.other-language-links
{
position: absolute;