- Fixes the french translation
- Css Style changed
This commit is contained in:
@ -5,9 +5,12 @@ body {
|
||||
background-repeat: no-repeat;
|
||||
color: #D0FFD0;
|
||||
font-family: 'Arial', cursive;
|
||||
margin-bottom:3em;
|
||||
}
|
||||
|
||||
aside { float: right; }
|
||||
main, aside {
|
||||
background-color: rgba(0,0,0,0.8);
|
||||
}
|
||||
|
||||
video,img {
|
||||
max-width:100%;
|
||||
@ -15,31 +18,24 @@ video,img {
|
||||
position:relative;
|
||||
}
|
||||
|
||||
#login {
|
||||
font-size:x-small;
|
||||
background-color:rgba(0,0,0,0.6);
|
||||
color:rgb(130,254,130);
|
||||
footer {
|
||||
position:fixed;
|
||||
bottom:0;
|
||||
left:0;
|
||||
right:0;
|
||||
background-color:rgba(0,16,0,0.6);
|
||||
text-align:center;
|
||||
z-index:-1;
|
||||
}
|
||||
|
||||
#login a {
|
||||
background-color:rgba(0,0,64,0.8);
|
||||
}
|
||||
footer img { max-height: 2em; }
|
||||
|
||||
a {
|
||||
text-decoration: none;
|
||||
color: #B0B080;
|
||||
right:2px;
|
||||
padding: 2px;
|
||||
border-radius:5px;
|
||||
border-style: dotted;
|
||||
border-width: .2px;
|
||||
background-color:rgba(0,0,3,0.5);
|
||||
background-color:rgba(0,30,0,0.5);
|
||||
}
|
||||
|
||||
a.athanks {
|
||||
background-color:rgba(0,0,0,0);;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
background-color:rgba(30,0,124,0.5);
|
||||
border-color: white;
|
||||
@ -69,13 +65,6 @@ label {
|
||||
background-color: rgba(64,0,0,0.3);
|
||||
}
|
||||
|
||||
.thanks {
|
||||
display: inline;
|
||||
font-size: small;
|
||||
}
|
||||
.blogpost {
|
||||
background-color: rgba(0,0,0,0.5);
|
||||
}
|
||||
.editblog {
|
||||
width: 95%;
|
||||
height: 95%;
|
||||
@ -104,7 +93,7 @@ padding-left: 20px;
|
||||
right:3px;
|
||||
padding: 4px;
|
||||
border-radius:25px;
|
||||
background-color:rgba(0,0,64,0.7);
|
||||
background-color:rgba(0,0,32,0.8);
|
||||
font-size:x-small;
|
||||
}
|
||||
|
||||
@ -136,20 +125,39 @@ padding-left: 20px;
|
||||
display:block; position:absolute; left:20px; right:20px;
|
||||
background-color: rgb(0,0,40); border: solid rgb(256,256,0);
|
||||
}
|
||||
|
||||
.comment {
|
||||
border-radius:25px;
|
||||
border-width:1px;
|
||||
border-style: solid;
|
||||
border-style: solid;
|
||||
border-color:rgb(0,64,0);
|
||||
font-size: smaller;
|
||||
}
|
||||
|
||||
.hidcom {
|
||||
font-size: smaller;
|
||||
display:none;
|
||||
}
|
||||
.actionlink:hover + .hidcom {
|
||||
display:inline; position:relative; left:0x; top:0px; padding:5px; margin:5px;
|
||||
background-color: rgba(0,0,40,.8);
|
||||
}
|
||||
|
||||
|
||||
@media print {
|
||||
body {background-color:white;color:black;}
|
||||
header,footer,.postcomment,.actionlink,.metablog{ display:none;}
|
||||
}
|
||||
|
||||
@media all and (max-width: 440px) {
|
||||
@media all and (max-width: 640px) {
|
||||
aside {
|
||||
float: none;
|
||||
}
|
||||
footer img {
|
||||
max-height: 1em;
|
||||
}
|
||||
footer a {
|
||||
font-size: xx-small;
|
||||
}
|
||||
body { margin-bottom:1em; }
|
||||
}
|
||||
|
Reference in New Issue
Block a user