mirror of
https://github.com/Kozea/Radicale.git
synced 2025-07-05 17:08:29 +00:00
Merge branch 'website' of github.com:Kozea/Radicale into website
This commit is contained in:
commit
38d561cdd7
1 changed files with 28 additions and 16 deletions
|
@ -29,7 +29,7 @@ a {
|
||||||
transition: color 0.3s linear;
|
transition: color 0.3s linear;
|
||||||
}
|
}
|
||||||
|
|
||||||
a:hover {
|
a:hover, a:focus {
|
||||||
color: #376e04;
|
color: #376e04;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -94,9 +94,12 @@ h1 a {
|
||||||
transform:rotate(-35deg);
|
transform:rotate(-35deg);
|
||||||
width: 165px;
|
width: 165px;
|
||||||
z-index:2;
|
z-index:2;
|
||||||
|
transition: all 0.7s;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 a:hover {
|
h1 a:hover, h1 a:focus {
|
||||||
|
background-color: #f9f9f9;
|
||||||
|
box-shadow:0px 0px 5px rgba(0, 0, 0, 0.6);
|
||||||
color: transparent;
|
color: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -123,24 +126,33 @@ nav ul {
|
||||||
}
|
}
|
||||||
|
|
||||||
nav li {
|
nav li {
|
||||||
color: white;
|
|
||||||
display: table-cell;
|
display: table-cell;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
nav li a{
|
nav li a{
|
||||||
background-image: linear-gradient(white, white);
|
color: #83dd00;
|
||||||
background-position: 0 -84px;
|
|
||||||
background-repeat: no-repeat;
|
|
||||||
color: white;
|
|
||||||
display: block;
|
display: block;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
padding:29px;
|
line-height:82px;
|
||||||
text-align:center;
|
text-align:center;
|
||||||
|
}
|
||||||
|
|
||||||
|
nav li a:hover, nav li a:focus{
|
||||||
|
color: #83dd00;
|
||||||
|
}
|
||||||
|
|
||||||
|
nav li a[href] {
|
||||||
|
background-image: linear-gradient(white, white);
|
||||||
|
background-position: 0 -82px;
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
color: white;
|
||||||
transition: all 0.6s;
|
transition: all 0.6s;
|
||||||
}
|
}
|
||||||
|
|
||||||
nav li a:hover,
|
nav li a[href]:hover,
|
||||||
nav li a:focus {
|
nav li a[href]:focus {
|
||||||
background-position: 0 0;
|
background-position: 0 0;
|
||||||
box-shadow:0px 0px 10px #636363;
|
box-shadow:0px 0px 10px #636363;
|
||||||
color: #4e9a06;
|
color: #4e9a06;
|
||||||
|
@ -223,8 +235,8 @@ margin-top:-1em;
|
||||||
|
|
||||||
#rss {
|
#rss {
|
||||||
background-color: #a40000;
|
background-color: #a40000;
|
||||||
margin-right:12.5%;
|
|
||||||
float: right;
|
float: right;
|
||||||
|
margin-right:12.5%;
|
||||||
transition: background-color 0.3s linear;
|
transition: background-color 0.3s linear;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue