1
0
Fork 0
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:
Guillaume Ayoub 2014-08-03 14:05:41 +02:00
parent 1c553a5b0f
commit 1e4799154f
2 changed files with 15 additions and 15 deletions

View file

@ -3,6 +3,7 @@ description: CalDAV and CardDAV Server
license: GPLv3 license: GPLv3
public: true public: true
url: http://www.radicale.org/ url: http://www.radicale.org/
pystil: https://kozea.pystil.org/pystil.js
menu: menu:
- News: - News:
@ -14,6 +15,12 @@ menu:
- Download: - Download:
link: /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): project (git):
url: git://github.com/Kozea/Radicale.git url: git://github.com/Kozea/Radicale.git
path: radicale path: radicale
@ -24,6 +31,7 @@ vcs (git):
code browser (github): code browser (github):
project name: Kozea/Radicale project name: Kozea/Radicale
ribbon: Fork me on GitHub
bug tracker (github): bug tracker (github):
project name: Kozea/Radicale project name: Kozea/Radicale
@ -34,9 +42,3 @@ mailing list (librelist):
continuous integration (jenkins): continuous integration (jenkins):
base url: http://jenkins.kozea.org/ base url: http://jenkins.kozea.org/
project name: Radicale project name: Radicale
# room (jabber):
# address: radicale@room.jabber.kozea.fr
# package repository (pypi):
# project name: radicale

View file

@ -1,10 +1,9 @@
@font-face { @font-face {
font-family: "menu"; font-family: "caviardreams";
src: url(CaviarDreams_Bold.ttf); src: url(CaviarDreams_Bold.ttf);
} }
html { html {
background: url(img/back.jpg) #f4f2f2; /* fallback */
background: url(img/top.jpg) repeat-x 0 82px, background: url(img/top.jpg) repeat-x 0 82px,
url(img/back.jpg) #f4f2f2; url(img/back.jpg) #f4f2f2;
font-family: sans-serif; font-family: sans-serif;
@ -13,7 +12,6 @@ html {
} }
body { body {
background: url(img/green.jpg) repeat-x left 2em; /* fallback */
background: url(img/radicale_back.png) no-repeat 100% 100% fixed, background: url(img/radicale_back.png) no-repeat 100% 100% fixed,
url(img/r.jpg) no-repeat 100% 50% fixed, url(img/r.jpg) no-repeat 100% 50% fixed,
url(img/green.jpg) repeat-x left 2em; url(img/green.jpg) repeat-x left 2em;
@ -57,7 +55,7 @@ code {
h2 { h2 {
background: url(img/icon.png) no-repeat top left; background: url(img/icon.png) no-repeat top left;
color: #a40000; color: #a40000;
font-family: "menu"; font-family: "caviardreams";
margin-bottom:35px; margin-bottom:35px;
padding: 8px 0 0 35px ; padding: 8px 0 0 35px ;
text-transform: uppercase; text-transform: uppercase;
@ -65,7 +63,7 @@ h2 {
h3 { h3 {
color: #a40000; color: #a40000;
font-family: "menu"; font-family: "caviardreams";
font-size: 1.4em; font-size: 1.4em;
margin: 0.5em 0; margin: 0.5em 0;
} }
@ -73,7 +71,7 @@ h3 {
h3 a { h3 a {
background: url(img/fleche.png) no-repeat 0 35%; background: url(img/fleche.png) no-repeat 0 35%;
color: #a40000; color: #a40000;
font-family: "menu"; font-family: "caviardreams";
padding-left:20px; padding-left:20px;
} }
@ -93,7 +91,7 @@ section h4 a:hover {
} }
h5, h5 a { h5, h5 a {
font-family: "menu"; font-family: "caviardreams";
font-size: 1em; font-size: 1em;
text-transform: uppercase; text-transform: uppercase;
} }
@ -136,7 +134,7 @@ nav {
nav ul { nav ul {
display: table-row; display: table-row;
font-family: "menu"; font-family: "caviardreams";
font-size: 1.3em; font-size: 1.3em;
text-align: center; text-align: center;
padding:0; padding:0;
@ -261,9 +259,9 @@ aside > header {
#rss, #editable { #rss, #editable {
background-color: #a40000; background-color: #a40000;
bottom: 20px;
position: fixed; position: fixed;
right: 20px; right: 20px;
top: 20px;
transition: background-color 0.3s linear; transition: background-color 0.3s linear;
} }