Actualizar 'styles.css'

This commit is contained in:
Luqaska 2021-10-08 20:54:48 +00:00
parent 8480422a44
commit 4133165ac8
1 changed files with 10 additions and 118 deletions

View File

@ -1,105 +1,5 @@
@import url("https://cdn.jsdelivr.net/npm/fork-awesome@1.1.7/css/fork-awesome.min.css");
/* Body */
body{
font-family:sans-serif;
margin:0;
}
a{
text-decoration:none;
color:rgb(59, 150, 180);
}
code{
background:rgb(184, 184, 184);
border-radius:3px;
padding:3px;
color:black;
}
#follow_inst{
margin:0 10px;
}
/* Header */
header{
/*width:100%;*/
padding: 10px;
background:repeat-y center fixed url("bkg.png");
background-size:cover;
color:white;
}
header img{
width:40px;
height:40px;
border-radius:15px;
background:white;
}
/* Sub-header */
#subh{
padding:1px 20px;
background:#e0e0e0;
}
#subh p{
color:rgb(83, 83, 83);
text-align:left;
}
#subh p span{
margin:0px 8px 0px 0px;
}
#follow{
float:right;
background:rgb(59, 150, 180);
color:white;
border:1px solid rgb(79, 151, 175);
border-radius:2px;
font-size:100%;
}
/* Entries */
.e{
margin:5px 10px 0px;
padding:10px;
background:repeat-y center fixed url("bkg.png");
background-size:cover;
color:white;
border-radius:10px;
}
.e a{
color:white;
}
.e.show h2{
font-weight:normal;
}
.e.show .date{
font-size:70%;
font-weight:normal;
}
.pp{
background:white;
border-radius:100%;
width:20px;
height:20px;
}
.e img.cimg{
border-radius:10px;
border:solid 3px rgb(51, 51, 51);
margin:3px 0 0 0;
background:black;
width:99.5%;
height:300px;
object-fit:none;
cursor:zoom-in;
}
.go{
color:white;
height:100%;
text-align:end;
float:right;
font-size:110%;
align-self:center;
}
@import url("https://cdn.jsdelivr.net/npm/fork-awesome@1.1.7/css/fork-awesome.min.css");
/* Body */
@import url("https://fonts.googleapis.com/css2?family=Fira+Mono:wght@400;500;700&display=swap");
body{
@ -122,17 +22,15 @@ code{
padding:3px;
color:black;
}
#follow_inst{
margin:0 10px;
}
#follow_inst{margin:0 10px;}
/* Header */
header{
/*width:100%;*/
padding: 10px;
background:repeat-y center fixed url("bkg.png");
background:repeat-y center url("https://i.ytimg.com");
background-size:cover;
color:white;
color:black;
}
header img{
width:40px;
@ -145,15 +43,13 @@ header img{
#subh{
padding:1px 20px;
background:black;
border-radius:0 0 10px 10px;
border-radius:0 0 1px 1px;
}
#subh p{
color:rgb(83, 83, 83);
text-align:left;
}
#subh p span{
margin:0px 8px 0px 0px;
}
#subh p span{margin:0px 8px 0px 0px;}
#follow{
float:right;
background:rgb(59, 150, 180);
@ -165,19 +61,15 @@ header img{
/* Entries */
.e{
margin:5px 10px 0px;
margin:5px 0 0;
padding:10px;
background:repeat-y center fixed url("bkg.png");
background:black;
background-size:cover;
color:white;
border-radius:10px;
}
.e a{
color:white;
}
.e.show h2{
font-weight:normal;
border-radius:1px;
}
.e a{color:white;}
.e.show h2{font-weight:normal;}
.e.show .date{
font-size:70%;
font-weight:normal;