update zack.css from gitweb and repoint link to it
parent
014fbf266f
commit
c46d3f8c79
|
@ -7,7 +7,7 @@ dir with a filename of `local.css`.
|
||||||
Feel free to add your own stylesheets here. (Upload as wiki pages; wiki
|
Feel free to add your own stylesheets here. (Upload as wiki pages; wiki
|
||||||
gnomes will convert them to css files..)
|
gnomes will convert them to css files..)
|
||||||
|
|
||||||
* **[zack.css](http://git.upsilon.cc/cgi-bin/gitweb.cgi?p=zack-homepage.git;a=blob_plain;f=local.css;hb=HEAD)**, contributed by [[StefanoZacchiroli]],
|
* **[[css_market/zack.css]]**, contributed by [[StefanoZacchiroli]],
|
||||||
customized mostly for *blogging purposes*, can be seen in action on
|
customized mostly for *blogging purposes*, can be seen in action on
|
||||||
[zack's blog](http://upsilon.cc/~zack/blog/)
|
[zack's blog](http://upsilon.cc/~zack/blog/)
|
||||||
[[!meta stylesheet="zack"]]
|
[[!meta stylesheet="zack"]]
|
||||||
|
|
|
@ -14,122 +14,180 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
body {
|
body {
|
||||||
font-family: sans;
|
font-family: sans-serif;
|
||||||
width: 760px;
|
font-size: medium;
|
||||||
margin-left: 20px;
|
|
||||||
}
|
}
|
||||||
|
h1, h2, h3, h4 {
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
||||||
|
h1 { font-size: 140%; }
|
||||||
|
h2 { font-size: 120%; }
|
||||||
|
h3 { font-size: 110%; }
|
||||||
|
h4 { font-size: 105% }
|
||||||
|
|
||||||
div#content {
|
a { text-decoration: none; }
|
||||||
font-size: 11pt;
|
a:hover { text-decoration: underline; }
|
||||||
}
|
|
||||||
|
|
||||||
.header span {
|
.flow {
|
||||||
font-size: 14pt;
|
|
||||||
font-weight: normal;
|
|
||||||
}
|
|
||||||
|
|
||||||
div.actions ul {
|
|
||||||
font-size: 10pt;
|
|
||||||
}
|
|
||||||
|
|
||||||
h1 {
|
|
||||||
font-weight: normal;
|
|
||||||
font-size: 17pt;
|
|
||||||
}
|
|
||||||
h2 {
|
|
||||||
font-weight: normal;
|
|
||||||
font-size: 16pt;
|
|
||||||
}
|
|
||||||
h3 {
|
|
||||||
font-weight: normal;
|
|
||||||
font-size: 15pt;
|
|
||||||
}
|
|
||||||
h4 {
|
|
||||||
font-weight: normal;
|
|
||||||
font-size: 14pt;
|
|
||||||
}
|
|
||||||
h5 {
|
|
||||||
font-weight: normal;
|
|
||||||
font-size: 13pt;
|
|
||||||
}
|
|
||||||
h6 {
|
|
||||||
font-weight: normal;
|
|
||||||
font-size: 12pt;
|
|
||||||
}
|
|
||||||
|
|
||||||
div.inlinepage > span.header > a {
|
|
||||||
float: right;
|
float: right;
|
||||||
display: block;
|
margin-left: 10px;
|
||||||
font-size: 11pt;
|
margin-bottom: 10px;
|
||||||
font-weight: normal;
|
text-align: center;
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
}
|
}
|
||||||
div.inlinepage > span.header > a:before {
|
|
||||||
content: "permalink: ";
|
.attrib-caption {
|
||||||
font-size: smaller;
|
font-size: xx-small;
|
||||||
text-decoration: none;
|
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.inlinepage {
|
input {
|
||||||
|
border: solid 1px;
|
||||||
|
border-color: #aaa;
|
||||||
|
}
|
||||||
|
|
||||||
|
.header { font-weight: normal; }
|
||||||
|
|
||||||
|
.selflink { text-decoration: underline; }
|
||||||
|
|
||||||
|
.pageheader .actions ul,
|
||||||
|
#sitemeta {
|
||||||
|
border-top: solid 1px;
|
||||||
|
border-bottom: solid 1px;
|
||||||
|
font-size: small;
|
||||||
|
border-color: #aaa;
|
||||||
|
background: #eee;
|
||||||
|
}
|
||||||
|
.actions ul {
|
||||||
|
padding: 1px;
|
||||||
|
margin-top: 5px;
|
||||||
|
}
|
||||||
|
#sitemeta {
|
||||||
|
padding: 0;
|
||||||
|
margin-bottom: 5px;
|
||||||
|
}
|
||||||
|
#backlinks,
|
||||||
|
.tags {
|
||||||
|
margin-top: 0;
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
#pageinfo {
|
||||||
|
border: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
#searchform div:before {
|
||||||
|
font-size: small;
|
||||||
|
content: "search:";
|
||||||
|
}
|
||||||
|
#searchform input {
|
||||||
|
border-top: none;
|
||||||
|
border-bottom: none;
|
||||||
|
vertical-align: bottom;
|
||||||
|
margin-right: 7px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#sidebar {
|
||||||
|
border: solid;
|
||||||
|
border-width: 1px;
|
||||||
|
padding: 0;
|
||||||
|
margin-top: 15px;
|
||||||
|
border: 1px solid;
|
||||||
|
border-color: #aaa;
|
||||||
|
background: #eee;
|
||||||
|
width: 16ex;
|
||||||
|
}
|
||||||
|
#sidebar ul {
|
||||||
|
margin: 0;
|
||||||
|
padding-left: 1em;
|
||||||
|
list-style-type: none;
|
||||||
|
}
|
||||||
|
#sidebar ul ul {
|
||||||
|
padding-left: 1.5em;
|
||||||
|
font-size: 90%;
|
||||||
|
}
|
||||||
|
|
||||||
|
#pageinfo,
|
||||||
|
#footer {
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
#pageinfo {
|
||||||
|
font-size: small;
|
||||||
|
}
|
||||||
|
.pagecopyright,
|
||||||
|
.pagelicense,
|
||||||
|
.pagedate {
|
||||||
|
margin: 0;
|
||||||
|
display: inline;
|
||||||
|
}
|
||||||
|
#backlinks {
|
||||||
|
margin-top: 5px;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
|
font-size: larger;
|
||||||
}
|
}
|
||||||
|
.validation {
|
||||||
div.inlinepage h1 {
|
display: inline;
|
||||||
font-weight: normal;
|
float: right;
|
||||||
font-size: 14pt;
|
|
||||||
margin: 0;
|
|
||||||
}
|
|
||||||
div.inlinepage h2 {
|
|
||||||
font-weight: normal;
|
|
||||||
font-size: 13pt;
|
|
||||||
margin: 0;
|
|
||||||
}
|
|
||||||
div.inlinepage h3 {
|
|
||||||
font-weight: normal;
|
|
||||||
font-size: 12pt;
|
|
||||||
margin: 0;
|
|
||||||
}
|
|
||||||
div.inlinepage h4 {
|
|
||||||
font-weight: normal;
|
|
||||||
font-size: 11pt;
|
|
||||||
margin: 0;
|
|
||||||
}
|
|
||||||
div.inlinepage h5 {
|
|
||||||
font-weight: normal;
|
|
||||||
font-size: 11pt;
|
|
||||||
margin: 0;
|
|
||||||
}
|
|
||||||
div.inlinepage h6 {
|
|
||||||
font-weight: normal;
|
|
||||||
font-size: 11pt;
|
|
||||||
margin: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
div#blogform {
|
|
||||||
padding: 0px 5px;
|
|
||||||
margin-bottom: 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
pre {
|
|
||||||
width: 90%;
|
|
||||||
font-size: 10pt;
|
|
||||||
font-family: monospace;
|
|
||||||
background: #e1e1e1;
|
|
||||||
margin-left: 4%;
|
|
||||||
padding-top: 5px;
|
|
||||||
padding-bottom: 5px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.pagecloud {
|
.pagecloud {
|
||||||
width: 25%;
|
margin-left: 5px;
|
||||||
border-top: 1px solid #aaa;
|
|
||||||
border-bottom: 1px solid #aaa;
|
|
||||||
background: #eee;
|
|
||||||
color: black !important;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.pagecloud a {
|
table.identikit tr th {
|
||||||
text-decoration: none;
|
text-align: right;
|
||||||
|
vertical-align: top;
|
||||||
|
}
|
||||||
|
table.identikit tr th:after {
|
||||||
|
content: ":";
|
||||||
|
}
|
||||||
|
table.identikit tr td {
|
||||||
|
text-align: left;
|
||||||
|
vertical-align: top;
|
||||||
|
}
|
||||||
|
|
||||||
|
.doi_logo , .doi_logo a {
|
||||||
|
background: #3965bd;
|
||||||
|
color: white !important;
|
||||||
|
font-size: 80%;
|
||||||
|
text-decoration: none;
|
||||||
|
font-family: times;
|
||||||
|
font-weight: bold;
|
||||||
|
padding: 0px 1px 0px 2px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#comments {
|
||||||
|
margin-top: 5ex;
|
||||||
|
border-top: solid 1px;
|
||||||
|
border-color: #aaa;
|
||||||
|
font-size: small;
|
||||||
|
}
|
||||||
|
|
||||||
|
#comments #feedlink {
|
||||||
|
text-align: right;
|
||||||
|
}
|
||||||
|
#comments #feedlink:before {
|
||||||
|
content: "comment feeds: ";
|
||||||
|
}
|
||||||
|
|
||||||
|
.addcomment {
|
||||||
|
padding: 5px;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
|
||||||
|
.comment {
|
||||||
|
border: none;
|
||||||
|
background-color: #eee;
|
||||||
|
margin: 5px;
|
||||||
|
margin-top: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.comment-subject {
|
||||||
|
font-style: normal;
|
||||||
|
}
|
||||||
|
|
||||||
|
.comment-header {
|
||||||
|
border-top: solid 1px;
|
||||||
|
border-color: #aaa;
|
||||||
|
text-align: right;
|
||||||
|
font-style: normal;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue