small fixes
This commit is contained in:
parent
4013fa696f
commit
f7147cd0dc
|
@ -5,7 +5,7 @@
|
|||
flex-direction: row;
|
||||
flex-wrap: wrap;
|
||||
background-color: #741e94;
|
||||
background: url(/images/logo_back_full.svg);
|
||||
background: url(/images/logo_back_full.png);
|
||||
}
|
||||
|
||||
|
||||
|
@ -307,4 +307,4 @@ input, textarea {
|
|||
@media only screen and (min-width: 992px) {...}
|
||||
|
||||
/* Extra large devices (large laptops and desktops, 1200px and up) */
|
||||
@media only screen and (min-width: 1200px) {...}
|
||||
@media only screen and (min-width: 1200px) {...}
|
||||
|
|
310
themes/buha/assets/css/layout.css~
Normal file
310
themes/buha/assets/css/layout.css~
Normal file
|
@ -0,0 +1,310 @@
|
|||
#headerinner {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
flex-direction: row;
|
||||
flex-wrap: wrap;
|
||||
background-color: #741e94;
|
||||
background: url(/images/logo_back_full.svg);
|
||||
}
|
||||
|
||||
|
||||
|
||||
form label {
|
||||
display: inline-block;
|
||||
width: 100px;
|
||||
}
|
||||
|
||||
form div {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.container {
|
||||
background-color: var(--background-alt);
|
||||
background-image: linear-gradient(var(--background-alt), var(--background));
|
||||
}
|
||||
|
||||
details {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
summary {
|
||||
background-color: var(--background-alt);
|
||||
padding-bottom: 0;
|
||||
}
|
||||
|
||||
details p, details section {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
aside {
|
||||
display: none;
|
||||
}
|
||||
|
||||
h1 {
|
||||
margin-left: .5rem;
|
||||
}
|
||||
|
||||
.right-sidebar {
|
||||
display: none;
|
||||
margin-left: 1rem;
|
||||
justify-content: flex-end;
|
||||
margin-right: 1rem;
|
||||
}
|
||||
|
||||
.right-sidebar a {
|
||||
color: var(--text-muted);
|
||||
}
|
||||
|
||||
#pagination {
|
||||
display: flex;
|
||||
justify-content: flex-start;
|
||||
margin: 1rem;
|
||||
}
|
||||
|
||||
#pagination a {
|
||||
padding-right: 1rem;
|
||||
}
|
||||
|
||||
#menu {
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
flex-wrap: wrap;
|
||||
padding-right: .5rem;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
#menu a {
|
||||
margin-left: .5rem;
|
||||
color: var(--text-header);
|
||||
}
|
||||
|
||||
footer {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
flex-wrap: wrap;
|
||||
margin-top: 1rem;
|
||||
margin-left: 1rem;
|
||||
margin-right: 1rem;
|
||||
flex-direction: column-reverse;
|
||||
}
|
||||
|
||||
.footer_color {
|
||||
color: var(--links);
|
||||
}
|
||||
|
||||
.infobox {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
footer div {
|
||||
margin-top: 1rem;
|
||||
}
|
||||
|
||||
p a {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
#articletitle h2 {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
article a:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
article p:first-child {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
article #readmore {
|
||||
margin-top: 1rem;
|
||||
}
|
||||
|
||||
article {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
margin-bottom: 2rem;
|
||||
padding: 1rem 1rem 1rem 1rem;
|
||||
}
|
||||
|
||||
#articletext img {
|
||||
margin: 1.5rem 1.5rem 3rem 2rem;
|
||||
border-radius: 15px;
|
||||
width: 80%;
|
||||
}
|
||||
|
||||
#articlemeta {
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
#articlemeta div:first-child {
|
||||
font-size: medium;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
#articleinner {
|
||||
display: flex;
|
||||
flex-direction: column-reverse;
|
||||
margin-top: .5rem;
|
||||
}
|
||||
|
||||
#articletext {
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
#articlepicture {
|
||||
margin-top: .3rem;
|
||||
}
|
||||
|
||||
#articledata {
|
||||
display: flex;
|
||||
flex-direction: column-reverse;
|
||||
}
|
||||
|
||||
#article_footer {
|
||||
margin-left: 1rem;
|
||||
margin-top: 2rem;
|
||||
display: flex;
|
||||
align-items: flex-end;
|
||||
font-size: x-small;
|
||||
border-top: 1px solid var(--background);
|
||||
color: var(--text-muted);
|
||||
}
|
||||
|
||||
.articlebgcol1 {
|
||||
background-color: var(--background);
|
||||
}
|
||||
|
||||
#nav-posts {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.post_tag {
|
||||
text-transform: capitalize;
|
||||
margin-left: .5rem;
|
||||
}
|
||||
|
||||
.result {
|
||||
-webkit-user-select: all;
|
||||
user-select: all;
|
||||
}
|
||||
|
||||
label,textarea,#label {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
fieldset{
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
max-width: 58.5rem;
|
||||
border-color: var(--background-alt);
|
||||
}
|
||||
|
||||
input, textarea {
|
||||
background-color: var(--background-body);
|
||||
}
|
||||
|
||||
.underline {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.multiple_small {
|
||||
flex: 0 0 24%;
|
||||
margin-right: 1rem;
|
||||
}
|
||||
|
||||
.multiple_big {
|
||||
flex: 0 0 72%;
|
||||
}
|
||||
|
||||
.solo {
|
||||
flex: 0 0 100%;
|
||||
}
|
||||
|
||||
.borderrad25 {
|
||||
border-radius: 15px;
|
||||
}
|
||||
|
||||
.minmax {
|
||||
width: auto;
|
||||
max-width: auto;
|
||||
}
|
||||
|
||||
.align_menu {
|
||||
list-style: none; text-align: right;
|
||||
}
|
||||
|
||||
/* Extra small devices (phones, 600px and down) */
|
||||
@media only screen and (max-width: 600px) {...}
|
||||
|
||||
/* Small devices (portrait tablets and large phones, 600px and up) */
|
||||
@media only screen and (min-width: 600px) {
|
||||
details {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
||||
|
||||
#headerinner {
|
||||
padding: 10px;
|
||||
}
|
||||
.container {
|
||||
min-height: 100vh;
|
||||
}
|
||||
|
||||
.content {
|
||||
padding-left: 10px;
|
||||
padding-right: 10px;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
min-height: 70vh;
|
||||
}
|
||||
|
||||
.right-sidebar {
|
||||
display: flex;
|
||||
flex-shrink: 0;
|
||||
flex-grow: 0;
|
||||
margin-left: 2rem;
|
||||
text-align: right;
|
||||
flex-direction: column;
|
||||
min-width: 15%;
|
||||
min-height: 100vh;
|
||||
margin-top: 1rem;
|
||||
margin-right: .5rem;
|
||||
justify-content: flex-start;
|
||||
}
|
||||
|
||||
footer {
|
||||
padding-left: 10px;
|
||||
padding-right: 10px;
|
||||
flex-direction: row;
|
||||
}
|
||||
|
||||
.infobox {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
#articleinner {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
}
|
||||
|
||||
#article_footer {
|
||||
margin-left: 2rem;
|
||||
}
|
||||
.minmax {
|
||||
width: calc(100vw - 5rem);
|
||||
max-width: 800px;
|
||||
}
|
||||
}
|
||||
|
||||
/* Medium devices (landscape tablets, 768px and up) */
|
||||
@media only screen and (min-width: 768px) {...}
|
||||
|
||||
/* Large devices (laptops/desktops, 992px and up) */
|
||||
@media only screen and (min-width: 992px) {...}
|
||||
|
||||
/* Extra large devices (large laptops and desktops, 1200px and up) */
|
||||
@media only screen and (min-width: 1200px) {...}
|
103
themes/buha/assets/images/no_article_pic.svg
Normal file
103
themes/buha/assets/images/no_article_pic.svg
Normal file
|
@ -0,0 +1,103 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
width="147.50981mm"
|
||||
height="209.47539mm"
|
||||
viewBox="0 0 147.5098 209.47538"
|
||||
version="1.1"
|
||||
id="svg5"
|
||||
inkscape:version="1.1.1 (3bf5ae0d25, 2021-09-20)"
|
||||
sodipodi:docname="no_article_pic.svg"
|
||||
inkscape:export-filename="/home/xo/work/buha/bunteshaus.de/themes/buha/assets/images/no_article_pic.png"
|
||||
inkscape:export-xdpi="96"
|
||||
inkscape:export-ydpi="96"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg">
|
||||
<sodipodi:namedview
|
||||
id="namedview7"
|
||||
pagecolor="#505050"
|
||||
bordercolor="#eeeeee"
|
||||
borderopacity="1"
|
||||
inkscape:pageshadow="0"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pagecheckerboard="0"
|
||||
inkscape:document-units="mm"
|
||||
showgrid="false"
|
||||
inkscape:zoom="0.64052329"
|
||||
inkscape:cx="255.26004"
|
||||
inkscape:cy="566.72412"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1023"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="layer1"
|
||||
fit-margin-top="-4"
|
||||
fit-margin-left="-4"
|
||||
fit-margin-right="-4.5"
|
||||
fit-margin-bottom="1" />
|
||||
<defs
|
||||
id="defs2">
|
||||
<linearGradient
|
||||
id="linearGradient1204"
|
||||
inkscape:swatch="solid">
|
||||
<stop
|
||||
style="stop-color:#000000;stop-opacity:1;"
|
||||
offset="0"
|
||||
id="stop1202" />
|
||||
</linearGradient>
|
||||
<filter
|
||||
inkscape:collect="always"
|
||||
style="color-interpolation-filters:sRGB"
|
||||
id="filter1453"
|
||||
x="-0.073268039"
|
||||
y="-0.051780525"
|
||||
width="1.1465361"
|
||||
height="1.103561">
|
||||
<feGaussianBlur
|
||||
inkscape:collect="always"
|
||||
stdDeviation="2.4873428"
|
||||
id="feGaussianBlur1455" />
|
||||
</filter>
|
||||
<filter
|
||||
inkscape:collect="always"
|
||||
style="color-interpolation-filters:sRGB"
|
||||
id="filter1457"
|
||||
x="-0.093999714"
|
||||
y="-0.053739067"
|
||||
width="1.1879994"
|
||||
height="1.1074781">
|
||||
<feGaussianBlur
|
||||
inkscape:collect="always"
|
||||
stdDeviation="2.4873428"
|
||||
id="feGaussianBlur1459" />
|
||||
</filter>
|
||||
</defs>
|
||||
<g
|
||||
inkscape:label="Ebene 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(-33.449234,-38.540112)">
|
||||
<rect
|
||||
style="opacity:0.26242521;mix-blend-mode:normal;fill:none;fill-opacity:1;stroke:#000000;stroke-width:8;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.44527248;filter:url(#filter1453);stop-color:#000000"
|
||||
id="rect846"
|
||||
width="136.07056"
|
||||
height="192.53615"
|
||||
x="39.418858"
|
||||
y="44.509735"
|
||||
ry="38.599586"
|
||||
inkscape:export-filename="/home/xo/work/buha/bunteshaus.de/themes/buha/assets/images/no_article_pic.png"
|
||||
inkscape:export-xdpi="96"
|
||||
inkscape:export-ydpi="96" />
|
||||
<path
|
||||
style="opacity:0.26242521;mix-blend-mode:normal;fill:none;stroke:#000000;stroke-width:8;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.44527248;filter:url(#filter1457)"
|
||||
d="M 56.660433,217.56797 155.79501,65.780717"
|
||||
id="path1371"
|
||||
inkscape:export-filename="/home/xo/work/buha/bunteshaus.de/themes/buha/assets/images/no_article_pic.png"
|
||||
inkscape:export-xdpi="96"
|
||||
inkscape:export-ydpi="96" />
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 3.5 KiB |
BIN
themes/buha/static/images/logo_back_full.png
Normal file
BIN
themes/buha/static/images/logo_back_full.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 152 KiB |
Loading…
Reference in New Issue
Block a user