1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-07-05 17:08:29 +00:00

Update the style for the HTML5 version of sitenco

This commit is contained in:
Guillaume Ayoub 2012-03-19 11:30:23 +01:00
parent b31e7e02f3
commit 5d97f889fe

View file

@ -35,12 +35,12 @@ a:hover, a:focus {
color: #376e04; color: #376e04;
} }
table:not(.footnote) { table {
border-collapse: collapse; border-collapse: collapse;
margin: auto; margin: auto;
} }
table:not(.footnote) td { table td {
border: 1px #cbb solid; border: 1px #cbb solid;
padding: 0.5em; padding: 0.5em;
} }
@ -98,7 +98,7 @@ h5, h5 a {
text-transform: uppercase; text-transform: uppercase;
} }
header { body > header {
position: absolute; position: absolute;
top:2em; top:2em;
} }
@ -182,28 +182,21 @@ body > section {
} }
.contents { .contents {
background: rgba(164, 0, 0, 0.8) ; background: rgba(46, 52, 54, 0.05);
border-radius: 5px; border-radius: 5px;
font-family: Courier,monospace; box-shadow: 5px 5px 5px rgba(46, 52, 54, 0.2);
color: black;
margin: 0 auto; margin: 0 auto;
padding: 15px 100px; padding: 0.5em 2em;
width:50%; width: 60%;
}
.contents p {
background: none;
color: #80d800;
font-size: 2em;
margin: 10px;
text-transform: uppercase;
} }
.contents a { .contents a {
color: white; color: grey;
} }
.contents a:hover { .contents a:hover {
color: #97ff00; color: black;
} }
.contents ul { .contents ul {
@ -245,26 +238,41 @@ article {
border: 1px dotted #4e9a06; border: 1px dotted #4e9a06;
} }
.admonition-title { aside > header {
opacity: 0.8;
font-size: 1.15em;
font-variant: small-caps; font-variant: small-caps;
text-decoration: underline; font-weight: bold;
margin: 1em 0;
} }
.footnote { article footer {
font-size: 0.8em; font-size: 0.8em;
opacity: 0.7; opacity: 0.7;
padding-left: 20px; padding-left: 20px;
} }
article footer div {
padding: 0.2em;
}
article footer div a:first-child {
margin-right: 0.5em;
}
article footer div * {
display: inline;
}
.docinfo { .docinfo {
display: none; display: none;
} }
.abstract .topic-title { .abstract header {
display: none; display: none;
} }
.abstract{ .abstract {
opacity:0.8; opacity:0.8;
font-style: italic; font-style: italic;
margin-top:-1em; margin-top:-1em;
@ -272,8 +280,9 @@ article {
#rss { #rss {
background-color: #a40000; background-color: #a40000;
float: right; position: fixed;
margin-right:12.5%; right: 20px;
top: 20px;
transition: background-color 0.3s linear; transition: background-color 0.3s linear;
} }
@ -290,7 +299,7 @@ pre {
padding: 15px; padding: 15px;
} }
footer { body > footer {
border-bottom: 2px dotted #4e9a06; border-bottom: 2px dotted #4e9a06;
bottom:0; bottom:0;
height:2em; height:2em;
@ -300,20 +309,20 @@ footer {
text-align: center; text-align: center;
} }
footer ul { body > footer ul {
margin: 0 auto; margin: 0 auto;
} }
footer li { body > footer li {
display: inline; display: inline;
padding: 0 0.75em; padding: 0 0.75em;
} }
footer li a { body > footer li a {
color: #a40000; color: #a40000;
font-variant: small-caps; font-variant: small-caps;
} }
footer li a:hover { body > footer li a:hover {
color: #3f0000; color: #3f0000;
} }