mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@19582 72102866-910b-0410-8b05-ffd578937521
74 lines
1.1 KiB
CSS
74 lines
1.1 KiB
CSS
*{padding:0;margin:0;border:0;}
|
|
|
|
body
|
|
{
|
|
background: #fff;
|
|
color: #282931;
|
|
background: #fff;
|
|
font-family: "Trebuchet MS", Trebuchet, Tahoma, sans-serif;
|
|
font-size: 10pt;
|
|
margin: 0px;
|
|
padding: 0px;
|
|
}
|
|
|
|
|
|
a { color: #37425f; }
|
|
a:link { color: #37425f; }
|
|
a:visited { color: #37425f; }
|
|
a:hover { color: black; }
|
|
|
|
h1 { font-size: 20pt; font-weight: 900; }
|
|
h2 { font-size: 16pt; font-weight: bold; }
|
|
h3 { font-size: 16pt; font-weight: normal; }
|
|
h4 { font-size: 12pt; font-weight: bold; }
|
|
|
|
h1,h2,h3,h4 {
|
|
margin-top: 0px;
|
|
margin-bottom: 3pt;
|
|
padding-top: 10pt;
|
|
}
|
|
|
|
|
|
.floatright
|
|
{
|
|
float: right;
|
|
}
|
|
|
|
.floatleft
|
|
{
|
|
float: left;
|
|
}
|
|
|
|
/* #424f6f; */
|
|
.header
|
|
{
|
|
height: 72px;
|
|
background-color: #3f4c6c;
|
|
margin: 0px 100px 0px 100px;
|
|
}
|
|
|
|
.header img
|
|
{
|
|
display: block;
|
|
border: 0px;
|
|
}
|
|
|
|
.container
|
|
{
|
|
margin: 0px 100px 0px 100px;
|
|
border-left: 1px dashed #282931;
|
|
border-right: 1px dashed #282931;
|
|
}
|
|
|
|
.content
|
|
{
|
|
padding: 5pt 5pt;
|
|
border-bottom: 1pt solid #e8e8e8;
|
|
}
|
|
|
|
.content * {
|
|
line-height: 18pt;
|
|
}
|
|
|
|
ul,ol { margin-left: 14pt; }
|
|
blockquote { margin: 6pt; padding: 0 6pt; border-left: 3px solid #ccc; }
|