Update common.css

- Feed header: Overwrite removed, pixel size adapted to device types
This commit is contained in:
Frank Hochmuth 2024-02-05 21:23:33 +01:00 committed by GitHub
parent 0d05b37297
commit f0d3eae17a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -180,11 +180,6 @@ h4 { font-size: 1.2em }
margin: .5em 0 0 0 margin: .5em 0 0 0
} }
#head a img.feed {
float: right;
margin: 0px !IMPORTANT;
height: 16px
}
/* ===== DIV CONTAINER "MAIN" ===== */ /* ===== DIV CONTAINER "MAIN" ===== */
#outer-container { #outer-container {
@ -245,6 +240,12 @@ h4 { font-size: 1.2em }
width: 100%; width: 100%;
height: 180px !IMPORTANT height: 180px !IMPORTANT
} }
#head a img.feed {
float: right;
margin: 0px;
height: 14px
}
} }
@media (min-width: 768px) { /* Smartphone landscape and Tablet */ @media (min-width: 768px) { /* Smartphone landscape and Tablet */
@ -272,6 +273,8 @@ h4 { font-size: 1.2em }
.bbcode_video.right { float: right !IMPORTANT; margin: 0.5em 0.5em 1em 1em } .bbcode_video.right { float: right !IMPORTANT; margin: 0.5em 0.5em 1em 1em }
.bbcode_video.left { float: left !IMPORTANT; margin: 0.5em 1em 1em 0.5em } .bbcode_video.left { float: left !IMPORTANT; margin: 0.5em 1em 1em 0.5em }
#head a img.feed { height: 16px }
} }
@media (min-width: 1024px) { /* Laptop and small Desktop-PC */ @media (min-width: 1024px) { /* Laptop and small Desktop-PC */
@ -358,6 +361,12 @@ h4 { font-size: 1.2em }
} }
.bbcode_video.nofloat { text-align: center } .bbcode_video.nofloat { text-align: center }
#head a img.feed {
float: right;
margin: 0px;
height: 10px
}
} }
#main p { line-height: 1.4em; margin-top: 1em } #main p { line-height: 1.4em; margin-top: 1em }