more github-like CSS theme
This commit is contained in:
parent
ea7092ebef
commit
6488bed03c
@ -313,7 +313,7 @@ class CProject {
|
||||
<div class="projbody projbody_<?=(count($this->images) ? 'half' : 'full')?>w">
|
||||
|
||||
<?php if (strlen($this->prefix_html)) { ?>
|
||||
<p><?=$this->prefix_html?></p>
|
||||
<p style="margin-top:0;"><?=$this->prefix_html?></p>
|
||||
<?php } ?>
|
||||
|
||||
<strong><?=hesc(strtoupper(ARTICLE_HEADER))?></strong>
|
||||
|
@ -7,14 +7,15 @@ img {
|
||||
border:0;
|
||||
}
|
||||
a {
|
||||
color:black;
|
||||
text-decoration:underline;
|
||||
color:#4078c0;
|
||||
text-decoration:none;
|
||||
}
|
||||
a:hover {
|
||||
color:blue;
|
||||
cursor:pointer;
|
||||
text-decoration:underline;
|
||||
}
|
||||
h1 a {
|
||||
color:black;
|
||||
text-decoration:none;
|
||||
}
|
||||
h1 a:hover {
|
||||
@ -41,14 +42,15 @@ html, body {
|
||||
|
||||
/* cosmetic */
|
||||
font-family:"Helvetica Neue","Segoe UI",Arial,sans-serif;
|
||||
font-size:12px;
|
||||
font-size:13px;
|
||||
line-height:1.4;
|
||||
background:#DDD url('pixel_weave.png'); /* thanks subtlepatterns.com ! */
|
||||
color:#333;
|
||||
}
|
||||
|
||||
#container {
|
||||
margin:0 auto;
|
||||
width:768px;
|
||||
width:960px;
|
||||
position:relative;
|
||||
|
||||
height:auto !important;
|
||||
|
Reference in New Issue
Block a user