mirror of
https://github.com/Kilian/Trimage.git
synced 2026-01-26 10:08:40 -05:00
improve website style
This commit is contained in:
parent
215ca22950
commit
5a419803c3
1 changed files with 8 additions and 7 deletions
|
|
@ -6,7 +6,7 @@
|
||||||
<link href="http://github.com/Kilian/sencss/raw/master/sen.css" rel="stylesheet" type="text/css">
|
<link href="http://github.com/Kilian/sencss/raw/master/sen.css" rel="stylesheet" type="text/css">
|
||||||
<style>
|
<style>
|
||||||
body {
|
body {
|
||||||
background:url(bg.png) repeat-x 0 80px;
|
background:#fff
|
||||||
font-size:13px;
|
font-size:13px;
|
||||||
}
|
}
|
||||||
#wrap {
|
#wrap {
|
||||||
|
|
@ -33,8 +33,8 @@
|
||||||
.subtitle {
|
.subtitle {
|
||||||
font-style:italic;
|
font-style:italic;
|
||||||
display:block;
|
display:block;
|
||||||
margin-bottom:1.5em;
|
margin-bottom:1em;
|
||||||
font-size:1.6em;
|
font-size:1.5em;
|
||||||
}
|
}
|
||||||
.tri {
|
.tri {
|
||||||
-moz-column-count:3;
|
-moz-column-count:3;
|
||||||
|
|
@ -43,18 +43,19 @@
|
||||||
img {
|
img {
|
||||||
margin-bottom:1.5em;
|
margin-bottom:1.5em;
|
||||||
}
|
}
|
||||||
h2 {
|
h2, h1 {
|
||||||
background:#e0e0f0;
|
background:#e0e0f0;
|
||||||
padding:5px;
|
padding:5px;
|
||||||
-moz-border-radius:5px;
|
-moz-border-radius:5px;
|
||||||
-webkit-border-radius:5px;
|
-webkit-border-radius:5px;
|
||||||
}
|
}
|
||||||
.footer {
|
.footer {
|
||||||
background:url(bg.png) repeat-x 0 0;
|
background:#e0e0f0;
|
||||||
|
padding:5px;
|
||||||
|
-moz-border-radius:5px;
|
||||||
|
-webkit-border-radius:5px;
|
||||||
clear:both;
|
clear:both;
|
||||||
padding-top:10px;
|
|
||||||
text-align:center;
|
text-align:center;
|
||||||
padding-bottom:40px;
|
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue