Skip to content

Commit

Permalink
CSS adjustment(doc)
Browse files Browse the repository at this point in the history
  • Loading branch information
kikidog committed Feb 29, 2012
1 parent b72f9d2 commit c2522bc
Show file tree
Hide file tree
Showing 8 changed files with 435 additions and 90 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ ja/support/.DS_Store
.DS_Store

.DS_Store

.DS_Store
8 changes: 1 addition & 7 deletions css/screen.css
Original file line number Diff line number Diff line change
Expand Up @@ -199,12 +199,7 @@ div#content
margin-left: 10px;
margin-right: 230px;
margin-bottom: 10px;

/*
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
*/

}

div#content h2,
Expand Down Expand Up @@ -550,7 +545,6 @@ footer
{
clear: both;
display: block; /* for IE < 9. */
//background: url(../images/footer-bar.png) repeat-x scroll center top;
border-top:1px solid#DDD;
}

Expand Down
20 changes: 14 additions & 6 deletions docs/static/default.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ body {
font-size: 100%;
background-color: #ffffff;
color: #000;
margin: 0;
padding: 0;
/*margin: 0;
padding: 0;*/
}

div.document {
Expand Down Expand Up @@ -51,12 +51,13 @@ div.footer {
text-align: center;
font-size: 75%;
}

/*
div.footer a {
color: #000000;
text-decoration: underline;
}
div.related {
background-color: #f6872e;
line-height: 30px;
Expand All @@ -67,6 +68,8 @@ div.related a {
color: #ffffff;
}
*/

div.sphinxsidebar {
top: 30px;
bottom: 0;
Expand Down Expand Up @@ -99,7 +102,7 @@ div.sphinxsidebar h3 {
}

div.sphinxsidebar h3 a {
color: #000000;
color: #FFF;
}

div.sphinxsidebar h4 {
Expand All @@ -125,9 +128,11 @@ div.sphinxsidebar ul {
color: #000000;
}

/*
div.sphinxsidebar a {
color: #992e1d;
}
*/

div.sphinxsidebar input {
border: 1px solid #992e1d;
Expand All @@ -139,6 +144,7 @@ div.sphinxsidebar input {

/* -- hyperlink styles ------------------------------------------------------ */

/*
a {
color: #e15611;
text-decoration: none;
Expand All @@ -152,7 +158,7 @@ a:visited {
a:hover {
text-decoration: underline;
}

*/


/* -- body styles ----------------------------------------------------------- */
Expand Down Expand Up @@ -180,10 +186,12 @@ div.body h5 { font-size: 110%; }
div.body h6 { font-size: 100%; }

a.headerlink {
color: #f8e0ae;

color: #CCC;
font-size: 0.8em;
padding: 0 4px 0 4px;
text-decoration: none;

}

a.headerlink:hover {
Expand Down
Loading

0 comments on commit c2522bc

Please sign in to comment.