No edit summary |
No edit summary |
||
(erabiltzaileak berak tartean egindako 45 berrikuspen ez dira erakusten) | |||
1. lerroa: | 1. lerroa: | ||
/** Hemen idatzitako CSS kodeak itxura guztietan izango du eragina */ | /** Hemen idatzitako CSS kodeak itxura guztietan izango du eragina */ | ||
body{ | |||
font-family: Feature Flat,Times New Roman,Georgia,serif; | |||
} | |||
.mw-headline{ | |||
font-size: clamp(20px,-5.57377px + .05464 * 100vw,40px); | |||
text-transform: inherit; | |||
font-weight: 300; | |||
} | |||
.vector-page-titlebar{ | |||
font-size: clamp(20px,-5.57377px + .05464 * 100vw,20px); | |||
text-transform: inherit; | |||
font-weight: 300; | |||
} | |||
.flexcontainer{ | .flexcontainer{ | ||
margin:auto; | |||
display:inline-flex; | display:inline-flex; | ||
flex-wrap: wrap; | flex-wrap: wrap; | ||
justify-content: center; | justify-content: center; | ||
} | } | ||
20. lerroa: | 24. lerroa: | ||
min-width:200px; | min-width:200px; | ||
border:1px solid #CCC; | border:1px solid #CCC; | ||
padding:10px 10px 10px 10px; | padding:10px 10px 10px 10px; | ||
box-shadow:0 2px 2px rgba(0,0,0,0.1); | box-shadow:0 2px 2px rgba(0,0,0,0.1); | ||
31. lerroa: | 34. lerroa: | ||
line-height: 1.375; | line-height: 1.375; | ||
} | |||
.horrinagusira{ | |||
display:none; | |||
} | |||
.ast-small-footer-wrap{ | |||
background-image: url("https://www.sinnple.es/wp-content/uploads/sites/469/2021/04/DFG-gipuzkoa-3.png"); | |||
background-position:left top; | |||
background-repeat:no-repeat; | |||
background-size:250px; | |||
padding-top:80px; | |||
} | |||
.entry-header{ | |||
display:none; | |||
} | |||
h2{ | |||
text-decoration: underline; | |||
} | |||
.mw-headline{ | |||
font-size:28px; | |||
} | |||
.header-main-layout-1 .ast-main-header-bar-alignment { | |||
margin-left: 0px; | |||
} | } |
Hauxe da oraingo bertsioa, 12:37, 28 maiatza 2024 data duena
/** Hemen idatzitako CSS kodeak itxura guztietan izango du eragina */ body{ font-family: Feature Flat,Times New Roman,Georgia,serif; } .mw-headline{ font-size: clamp(20px,-5.57377px + .05464 * 100vw,40px); text-transform: inherit; font-weight: 300; } .vector-page-titlebar{ font-size: clamp(20px,-5.57377px + .05464 * 100vw,20px); text-transform: inherit; font-weight: 300; } .flexcontainer{ margin:auto; display:inline-flex; flex-wrap: wrap; justify-content: center; } .boxdiv{ margin:10px; min-width:200px; border:1px solid #CCC; padding:10px 10px 10px 10px; box-shadow:0 2px 2px rgba(0,0,0,0.1); border-radius: 5px; text-align:center; } .izenburua{ font-size: 2em; font-family: 'Linux Libertine','Georgia','Times',serif; line-height: 1.375; } .horrinagusira{ display:none; } .ast-small-footer-wrap{ background-image: url("https://www.sinnple.es/wp-content/uploads/sites/469/2021/04/DFG-gipuzkoa-3.png"); background-position:left top; background-repeat:no-repeat; background-size:250px; padding-top:80px; } .entry-header{ display:none; } h2{ text-decoration: underline; } .mw-headline{ font-size:28px; } .header-main-layout-1 .ast-main-header-bar-alignment { margin-left: 0px; }