Updating theme
This commit is contained in:
parent
6c03a95bfa
commit
b6f7dc122d
3 changed files with 21 additions and 4 deletions
|
@ -103,11 +103,11 @@ h3,h4,h5,h6{
|
||||||
color:#494949
|
color:#494949
|
||||||
}
|
}
|
||||||
a{
|
a{
|
||||||
color:#267CB9;
|
color:#E62129;
|
||||||
text-decoration:none
|
text-decoration:none
|
||||||
}
|
}
|
||||||
a:hover,a:focus{
|
a:hover,a:focus{
|
||||||
color:#069;
|
color:#FC3617;
|
||||||
font-weight:bold
|
font-weight:bold
|
||||||
}
|
}
|
||||||
a small{
|
a small{
|
||||||
|
|
|
@ -12,7 +12,7 @@ sidebar:
|
||||||
url: setting-the-server-time
|
url: setting-the-server-time
|
||||||
- page: Configuring Track Types
|
- page: Configuring Track Types
|
||||||
url: track-types
|
url: track-types
|
||||||
- page:
|
- page:
|
||||||
- title: About LibreTime
|
- title: About LibreTime
|
||||||
subfolderitems:
|
subfolderitems:
|
||||||
- page: Features
|
- page: Features
|
||||||
|
|
|
@ -17,13 +17,30 @@
|
||||||
position:static;
|
position:static;
|
||||||
-webkit-font-smoothing:subpixel-antialiased
|
-webkit-font-smoothing:subpixel-antialiased
|
||||||
}
|
}
|
||||||
footer{
|
footer{
|
||||||
width:270px;
|
width:270px;
|
||||||
float:left;
|
float:left;
|
||||||
position:static;
|
position:static;
|
||||||
bottom:50px;
|
bottom:50px;
|
||||||
-webkit-font-smoothing:subpixel-antialiased
|
-webkit-font-smoothing:subpixel-antialiased
|
||||||
}
|
}
|
||||||
|
a{
|
||||||
|
color:#E62129;
|
||||||
|
text-decoration:none
|
||||||
|
}
|
||||||
|
a:hover,a:focus{
|
||||||
|
color:#FC3617;
|
||||||
|
font-weight:bold
|
||||||
|
}
|
||||||
|
a small{
|
||||||
|
font-size:11px;
|
||||||
|
color:#F25416;
|
||||||
|
margin-top:-0.3em;
|
||||||
|
display:block
|
||||||
|
}
|
||||||
|
a:hover small{
|
||||||
|
color:#F25416
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue