mirror of
https://github.com/arcan1s/arcanis.me.git
synced 2025-04-24 15:27:17 +00:00
remove unneeded block from css
This commit is contained in:
parent
0bb096ab2b
commit
ba231bd284
@ -298,162 +298,3 @@ footer {
|
||||
color: #444444;
|
||||
}
|
||||
}
|
||||
|
||||
/* COMMENTS */
|
||||
.comment {
|
||||
background-color: transparent;
|
||||
border-color: #cacaca;
|
||||
border-style: solid;
|
||||
border-width: 1px;
|
||||
color: black;
|
||||
display: block;
|
||||
margin-bottom: 10px;
|
||||
margin-top: 10px;
|
||||
padding: 0px;
|
||||
width: 100%;
|
||||
}
|
||||
.comment .commentheader {
|
||||
border-bottom-color: #cacaca;
|
||||
border-bottom-style: solid;
|
||||
border-bottom-width: 1px;
|
||||
color: black;
|
||||
background-image: -webkit-linear-gradient(#f8f8f8,#e1e1e1);
|
||||
background-image: -moz-linear-gradient(#f8f8f8,#e1e1e1);
|
||||
color: black;
|
||||
display: block;
|
||||
float: left;
|
||||
font-family: "Liberation Sarif", helvetica, arial, freesans, clean, sans-serif;
|
||||
font-size: 12px;
|
||||
font-style: normal;
|
||||
font-variant: normal;
|
||||
font-weight: normal;
|
||||
height: 33px;
|
||||
line-height: 33px;
|
||||
margin: 0px;
|
||||
overflow-x: hidden;
|
||||
overflow-y: hidden;
|
||||
padding: 0px;
|
||||
text-overflow: ellipsis;
|
||||
text-shadow: rgba(255, 255, 255, 0.699219) 1px 1px 0px;
|
||||
white-space: nowrap;
|
||||
width: 100%;
|
||||
}
|
||||
.comment .commentheader .commentgravatar {
|
||||
background-attachment: scroll;
|
||||
background-clip: border-box;
|
||||
background-color: white;
|
||||
background-image: none;
|
||||
background-origin: padding-box;
|
||||
border-color: #c8c8c8;
|
||||
border-style: solid;
|
||||
border-width: 1px;
|
||||
color: black;
|
||||
display: inline-block;
|
||||
float: none;
|
||||
font-family: "Liberation Sarif", helvetica, arial, freesans, clean, sans-serif;
|
||||
font-size: 1px;
|
||||
font-style: normal;
|
||||
font-variant: normal;
|
||||
font-weight: normal;
|
||||
height: 20px;
|
||||
line-height: 1px;
|
||||
margin-left: 5px;
|
||||
margin-right: 3px;
|
||||
margin-top: -2px;
|
||||
overflow-x: visible;
|
||||
overflow-y: visible;
|
||||
padding: 1px;
|
||||
text-overflow: clip;
|
||||
text-shadow: rgba(255, 255, 255, 0.699219) 1px 1px 0px;
|
||||
vertical-align: middle;
|
||||
white-space: nowrap;
|
||||
width: 20px;
|
||||
}
|
||||
.comment .commentheader a:link {
|
||||
text-decoration: none;
|
||||
}
|
||||
.comment .commentheader a:hover {
|
||||
border-bottom: 1px solid;
|
||||
}
|
||||
.comment .commentheader .commentuser {
|
||||
background-color: transparent;
|
||||
color: black;
|
||||
display: inline;
|
||||
float: none;
|
||||
font-family: "Liberation Sarif", helvetica, arial, freesans, clean, sans-serif;
|
||||
font-size: 12px;
|
||||
font-style: normal;
|
||||
font-variant: normal;
|
||||
font-weight: bold;
|
||||
height: 0px;
|
||||
line-height: 16px;
|
||||
margin-left: 5px;
|
||||
margin-right: 10px;
|
||||
overflow-x: visible;
|
||||
overflow-y: visible;
|
||||
padding: 0px;
|
||||
text-overflow: clip;
|
||||
text-shadow: rgba(255, 255, 255, 0.699219) 1px 1px 0px;
|
||||
white-space: nowrap;
|
||||
width: 0px;
|
||||
}
|
||||
.comment .commentheader .commentdate {
|
||||
background-color: transparent;
|
||||
color: #777777;
|
||||
display: inline;
|
||||
float: none;
|
||||
font-family: "Liberation Sarif", helvetica, arial, freesans, clean, sans-serif;
|
||||
font-size: 11px;
|
||||
font-style: normal;
|
||||
font-variant: normal;
|
||||
font-weight: normal;
|
||||
height: 0px;
|
||||
line-height: 33px;
|
||||
margin: 0px;
|
||||
overflow-x: visible;
|
||||
overflow-y: visible;
|
||||
padding: 0px;
|
||||
text-overflow: clip;
|
||||
text-shadow: rgba(255, 255, 255, 0.699219) 1px 1px 0px;
|
||||
white-space: nowrap;
|
||||
width: 20em;
|
||||
}
|
||||
.comment .commentbody {
|
||||
background-attachment: scroll;
|
||||
background-clip: border-box;
|
||||
background-color: transparent;
|
||||
background-image: none;
|
||||
background-origin: padding-box;
|
||||
color: #333333;
|
||||
display: block;
|
||||
margin-bottom: 1em;
|
||||
margin-left: 1em;
|
||||
margin-right: 1em;
|
||||
margin-top: 40px;
|
||||
overflow-x: visible;
|
||||
overflow-y: visible;
|
||||
padding: 0em;
|
||||
position: static;
|
||||
width: 96%;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
.comment .commentbody p {
|
||||
margin-bottom: 0.5em;
|
||||
margin-top: 0.5em;
|
||||
margin-left: 0em;
|
||||
margin-right: 0em;
|
||||
}
|
||||
.comment .commentbody pre {
|
||||
border: 0px solid #dddddd;
|
||||
background-color: #eeeeff;
|
||||
padding: 0 .4em;
|
||||
}
|
||||
.comment .commentbody pre code {
|
||||
border: 0px solid #dddddd;
|
||||
}
|
||||
.comment .commentbody code {
|
||||
border: 1px solid #dddddd;
|
||||
background-color: #eeeeff;
|
||||
font-size: 85%;
|
||||
padding: 0 .2em;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user