mirror of
https://github.com/Kozea/Radicale.git
synced 2025-07-05 17:08:29 +00:00
New sitenco version
This commit is contained in:
parent
1c553a5b0f
commit
1e4799154f
2 changed files with 15 additions and 15 deletions
|
@ -3,6 +3,7 @@ description: CalDAV and CardDAV Server
|
|||
license: GPLv3
|
||||
public: true
|
||||
url: http://www.radicale.org/
|
||||
pystil: https://kozea.pystil.org/pystil.js
|
||||
|
||||
menu:
|
||||
- News:
|
||||
|
@ -14,6 +15,12 @@ menu:
|
|||
- Download:
|
||||
link: /download/
|
||||
|
||||
footer:
|
||||
- A Kozea Project:
|
||||
link: http://community.kozea.fr/
|
||||
- Optimized for Standards:
|
||||
link: http://validator.w3.org/check?uri=referer
|
||||
|
||||
project (git):
|
||||
url: git://github.com/Kozea/Radicale.git
|
||||
path: radicale
|
||||
|
@ -24,6 +31,7 @@ vcs (git):
|
|||
|
||||
code browser (github):
|
||||
project name: Kozea/Radicale
|
||||
ribbon: Fork me on GitHub
|
||||
|
||||
bug tracker (github):
|
||||
project name: Kozea/Radicale
|
||||
|
@ -34,9 +42,3 @@ mailing list (librelist):
|
|||
continuous integration (jenkins):
|
||||
base url: http://jenkins.kozea.org/
|
||||
project name: Radicale
|
||||
|
||||
# room (jabber):
|
||||
# address: radicale@room.jabber.kozea.fr
|
||||
|
||||
# package repository (pypi):
|
||||
# project name: radicale
|
||||
|
|
|
@ -1,10 +1,9 @@
|
|||
@font-face {
|
||||
font-family: "menu";
|
||||
font-family: "caviardreams";
|
||||
src: url(CaviarDreams_Bold.ttf);
|
||||
}
|
||||
|
||||
html {
|
||||
background: url(img/back.jpg) #f4f2f2; /* fallback */
|
||||
background: url(img/top.jpg) repeat-x 0 82px,
|
||||
url(img/back.jpg) #f4f2f2;
|
||||
font-family: sans-serif;
|
||||
|
@ -13,7 +12,6 @@ html {
|
|||
}
|
||||
|
||||
body {
|
||||
background: url(img/green.jpg) repeat-x left 2em; /* fallback */
|
||||
background: url(img/radicale_back.png) no-repeat 100% 100% fixed,
|
||||
url(img/r.jpg) no-repeat 100% 50% fixed,
|
||||
url(img/green.jpg) repeat-x left 2em;
|
||||
|
@ -57,7 +55,7 @@ code {
|
|||
h2 {
|
||||
background: url(img/icon.png) no-repeat top left;
|
||||
color: #a40000;
|
||||
font-family: "menu";
|
||||
font-family: "caviardreams";
|
||||
margin-bottom:35px;
|
||||
padding: 8px 0 0 35px ;
|
||||
text-transform: uppercase;
|
||||
|
@ -65,7 +63,7 @@ h2 {
|
|||
|
||||
h3 {
|
||||
color: #a40000;
|
||||
font-family: "menu";
|
||||
font-family: "caviardreams";
|
||||
font-size: 1.4em;
|
||||
margin: 0.5em 0;
|
||||
}
|
||||
|
@ -73,7 +71,7 @@ h3 {
|
|||
h3 a {
|
||||
background: url(img/fleche.png) no-repeat 0 35%;
|
||||
color: #a40000;
|
||||
font-family: "menu";
|
||||
font-family: "caviardreams";
|
||||
padding-left:20px;
|
||||
}
|
||||
|
||||
|
@ -93,7 +91,7 @@ section h4 a:hover {
|
|||
}
|
||||
|
||||
h5, h5 a {
|
||||
font-family: "menu";
|
||||
font-family: "caviardreams";
|
||||
font-size: 1em;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
@ -136,7 +134,7 @@ nav {
|
|||
|
||||
nav ul {
|
||||
display: table-row;
|
||||
font-family: "menu";
|
||||
font-family: "caviardreams";
|
||||
font-size: 1.3em;
|
||||
text-align: center;
|
||||
padding:0;
|
||||
|
@ -261,9 +259,9 @@ aside > header {
|
|||
|
||||
#rss, #editable {
|
||||
background-color: #a40000;
|
||||
bottom: 20px;
|
||||
position: fixed;
|
||||
right: 20px;
|
||||
top: 20px;
|
||||
transition: background-color 0.3s linear;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue