blob: ccb39eb3bd419a42c8c65d9473ac885280b690f1 [file] [log] [blame]
@charset "utf-8";
/*
Theme Name: OpenOffice.org JA
Theme URI: http://ja.openoffice.org/
Description: Index of installation document
Version: 1.0
Author: KAZUHIRO TERADA
Tags: blue, white, OpenOffice.org, install, document
*/
/********** Initial Setting Start **********/
* {
font-family : "メイリオ", "Arial", "sans-serif";
}
h1, h2, h3, h4, ul, ol, dl, li, dt, dd {
font-weight : normal;
margin : 0;
padding : 0;
}
img, abbr {
vertical-align : bottom;
border : 0;
margin : 0;
padding : 0;
}
a {
outline : 0;
}
body {
font-size : 90%;
color : #333;
text-align : left;
line-height : 20px;
padding : 0;
margin : 0 auto;
}
/********** Initial Setting End **********/
/********** Decoration Start **********/
.center {
text-align : center;
}
.clear {
display : inline-block;
}
.clear:after {
clear : both;
content : " ";
display : block;
font-size : 0;
height : 0;
visibility : hidden;
}
* html .clear {
height : 1%;
}
.clear {
display : block;
}
/********** Decoration End **********/
/********** Content Start **********/
#ja-doc-install h1 {
line-height : 40px;
margin-bottom : 16px;
}
#ja-doc-install h2 {
line-height : 32px;
border-bottom : #86C2E6 2px solid;
margin : 16px 0;
}
#ja-doc-install h2#win {
background : url(images/windows.jpg) no-repeat 0% 50%;
text-indent : 40px;
}
#ja-doc-install h2#ubuntu {
background : url(images/ubuntu.jpg) no-repeat 0% 50%;
text-indent : 40px;
}
#ja-doc-install h3 {
margin : 8px 0;
}
#ja-doc-install h4 {
margin : 8px 0;
}
#ja-doc-install ul {
padding-bottom : 16px;
}
#ja-doc-install ul li {
list-style-position : inside;
display : inline;
margin-right : 16px;
}
/********** Content End **********/