MediaWiki:Common.css: verschil tussen versies
Naar navigatie springen
Naar zoeken springen
(Space state) |
|||
(35 tussenliggende versies door 4 gebruikers niet weergegeven) | |||
Regel 6: | Regel 6: | ||
background-color: white !important; | background-color: white !important; | ||
background-image: url('https://hackalot.nl/images/thumb/4/49/Looping_wallpaper_mirrored.png/596px-Looping_wallpaper_mirrored.png') | background-image: url('https://hackalot.nl/images/thumb/4/49/Looping_wallpaper_mirrored.png/596px-Looping_wallpaper_mirrored.png') | ||
+ | } | ||
+ | * { | ||
+ | border-radius: 10px; | ||
+ | } | ||
+ | h1, h2 { | ||
+ | border-radius: 0px; | ||
} | } | ||
+ | |||
#mw-page-base { | #mw-page-base { | ||
background-image: linear-gradient(#f6f6f6 50%, rgba(255,255,255,0) 100%); | background-image: linear-gradient(#f6f6f6 50%, rgba(255,255,255,0) 100%); | ||
+ | } | ||
+ | |||
+ | #left-navigation .vector-menu { | ||
+ | display: none; | ||
} | } | ||
Regel 42: | Regel 53: | ||
/* Space state gerelateerd */ | /* Space state gerelateerd */ | ||
+ | @keyframes zooms { | ||
+ | 0% { | ||
+ | transform: scale(1.0) rotate(0deg); | ||
+ | } | ||
+ | 50% { | ||
+ | transform: scale(2.0) rotate(-5deg); | ||
+ | } | ||
+ | 100% { | ||
+ | transform: scale(1.0) rotate(0deg); | ||
+ | } | ||
+ | } | ||
+ | |||
#spacestatus { | #spacestatus { | ||
− | width: | + | width: 100px; |
position: relative; | position: relative; | ||
top: -20px; | top: -20px; | ||
− | left: | + | left: 30px; |
border-radius: 3px; | border-radius: 3px; | ||
text-align: center; | text-align: center; | ||
box-shadow: rgba(100,100,100,.6) 2px 2px 5px; | box-shadow: rgba(100,100,100,.6) 2px 2px 5px; | ||
− | transform: rotate(-5deg); | + | /* transform: rotate(-5deg); */ |
− | |||
} | } | ||
#spacestatus.open { | #spacestatus.open { | ||
opacity: 1; | opacity: 1; | ||
− | background: | + | background: #4de000; |
+ | /* background: #834e98;*/ | ||
color: black; | color: black; | ||
+ | /* color: white;*/ | ||
+ | animation: zooms 2s linear 1 1s; | ||
} | } | ||
#spacestatus.open:before { | #spacestatus.open:before { | ||
content: "open!"; | content: "open!"; | ||
+ | /* content: "deelnemers";*/ | ||
} | } | ||
Regel 72: | Regel 98: | ||
#spacestatus.closed:before { | #spacestatus.closed:before { | ||
content: "gesloten"; | content: "gesloten"; | ||
+ | } | ||
+ | |||
+ | #hoofdbanner { | ||
+ | width: 50%; | ||
+ | margin: auto; | ||
+ | background-color:rgba(175, 255, 175, 0.5); | ||
+ | text-align: center; | ||
+ | border: 2px solid green; | ||
+ | border-radius: 5px; | ||
+ | padding: 1em; | ||
+ | padding-top:0.25em; | ||
+ | box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.5); | ||
+ | } | ||
+ | |||
+ | #hoofdbanner .mw-headline { | ||
+ | color: darkgreen; | ||
+ | } | ||
+ | |||
+ | #hoofdbanner .mw-editsection { | ||
+ | display:none!important; | ||
+ | } | ||
+ | |||
+ | .AssumeContainer { | ||
+ | max-width: 100%; | ||
+ | height: auto; | ||
+ | } | ||
+ | |||
+ | /* Font magic */ | ||
+ | |||
+ | @font-face { | ||
+ | font-family: 'hackalot'; | ||
+ | src: url('/hackalot.woff'); | ||
+ | font-weight: normal; | ||
+ | font-style: normal; | ||
+ | } | ||
+ | [class*='icon-']:before{ | ||
+ | display: inline-block; | ||
+ | font-family: 'hackalot'; | ||
+ | font-style: normal; | ||
+ | font-weight: normal; | ||
+ | line-height: 1; | ||
+ | -webkit-font-smoothing: antialiased; | ||
+ | -moz-osx-font-smoothing: grayscale | ||
+ | } | ||
+ | .icon-hackalot:before{content:'\E000';} | ||
+ | .icon-gitlab:before{content:'\E001';} | ||
+ | |||
+ | html, | ||
+ | body { | ||
+ | font-family:sans-serif,hackalot; | ||
+ | } | ||
+ | |||
+ | /* To support randomLogoImage: */ | ||
+ | |||
+ | #p-logo.loggedin { | ||
+ | margin-top: 0.5em; | ||
+ | } | ||
+ | #spacestatus.loggedin { | ||
+ | top: -152px; | ||
+ | } | ||
+ | |||
+ | /* End support randomLogoImage */ | ||
+ | |||
+ | /* Image gallery for projects */ | ||
+ | |||
+ | @font-face { | ||
+ | font-family: 'GoodDogRegular'; | ||
+ | src: url('../../blog/wp-content/uploads/2012/02/GoodDog-webfont.eot'); | ||
+ | src: url('../../blog/wp-content/uploads/2012/02/GoodDog-webfont.eot?#iefix') format('embedded-opentype'), | ||
+ | url('../../blog/wp-content/uploads/2012/02/GoodDog-webfont.woff') format('woff'), | ||
+ | url('../../blog/wp-content/uploads/2012/02/GoodDog-webfont.ttf') format('truetype'), | ||
+ | url('../../blog/wp-content/uploads/2012/02/GoodDog-webfont.svg#GoodDogRegular') format('svg'); | ||
+ | font-weight: normal; | ||
+ | font-style: normal; | ||
+ | |||
+ | } | ||
+ | |||
+ | .polaroidfont { font-family: "GoodDogRegular", Georgia, serif; font-size: 16px; text-decoration:none; margin-bottom: 0px; padding-bottom:0px; margin-top: 0px; padding-top:0px;} | ||
+ | |||
+ | .polaroidfont a:link, .polaroidfont a:visited, .polaroidfont a:hover, .polaroidfont a:active { color: black; text-decoration: none; } | ||
+ | |||
+ | .polaroidlayout { | ||
+ | display:inline-block; | ||
+ | margin: 2px; | ||
+ | padding: 6px 6px 6px 6px; | ||
+ | text-align:center; | ||
+ | border: 1px inset gray; | ||
+ | background-color: #ffffff; | ||
+ | -moz-box-shadow: 0px 2px 6px 0px #333; | ||
+ | -webkit-box-shadow: 0px 2px 6px 0px #333; | ||
+ | box-shadow: 0px 2px 6px 0px #333; | ||
+ | -webkit-transition: -webkit-transform .15s linear; | ||
+ | } | ||
+ | |||
+ | .polaroidlayout:hover { | ||
+ | -webkit-transform: scale(1.25); | ||
+ | -moz-transform: scale(1.25); | ||
+ | position: relative; | ||
+ | } | ||
+ | |||
+ | .rotate0 {-webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); } | ||
+ | .rotate2 {-webkit-transform: rotate(2deg); -moz-transform: rotate(2deg); -ms-transform: rotate(2deg); -o-transform: rotate(2deg); transform: rotate(2deg); } | ||
+ | .rotate4 {-webkit-transform: rotate(4deg); -moz-transform: rotate(4deg); -ms-transform: rotate(4deg); -o-transform: rotate(4deg); transform: rotate(4deg); } | ||
+ | .rotate356 {-webkit-transform: rotate(356deg); -moz-transform: rotate(356deg); -ms-transform: rotate(356deg); -o-transform: rotate(356deg); transform: rotate(356deg); } | ||
+ | .rotate358 {-webkit-transform: rotate(358deg); -moz-transform: rotate(358deg); -ms-transform: rotate(358deg); -o-transform: rotate(358deg); transform: rotate(358deg); } | ||
+ | |||
+ | /* End image gallery for projects */ | ||
+ | |||
+ | #kiekjes .thumbimage { | ||
+ | object-fit: contain; | ||
} | } |
Huidige versie van 28 apr 2024 om 20:21
.mw-body { background-color: rgba(255,255,255,0.7); } body { background-color: white !important; background-image: url('https://hackalot.nl/images/thumb/4/49/Looping_wallpaper_mirrored.png/596px-Looping_wallpaper_mirrored.png') } * { border-radius: 10px; } h1, h2 { border-radius: 0px; } #mw-page-base { background-image: linear-gradient(#f6f6f6 50%, rgba(255,255,255,0) 100%); } #left-navigation .vector-menu { display: none; } .infobox { background: #EEEEEE; float: right; border-collapse: collapse; } .infobox_title, .infobox_header { background: #CCCCCC; } .infobox th { padding: 0 10px; } /* .infobox { background: url("https://hackalot.nl/images/3/33/Infobox_repeat.png"); } .infobox_title { background: url(https://hackalot.nl/images/3/31/Infobox_top.png) #FFFFFF; height: 37px; vertical-align: bottom; line-height: 20px; } .infobox_header { background: url(https://hackalot.nl/images/c/cc/Infobox_repeat_dark.png); } */ /* Space state gerelateerd */ @keyframes zooms { 0% { transform: scale(1.0) rotate(0deg); } 50% { transform: scale(2.0) rotate(-5deg); } 100% { transform: scale(1.0) rotate(0deg); } } #spacestatus { width: 100px; position: relative; top: -20px; left: 30px; border-radius: 3px; text-align: center; box-shadow: rgba(100,100,100,.6) 2px 2px 5px; /* transform: rotate(-5deg); */ } #spacestatus.open { opacity: 1; background: #4de000; /* background: #834e98;*/ color: black; /* color: white;*/ animation: zooms 2s linear 1 1s; } #spacestatus.open:before { content: "open!"; /* content: "deelnemers";*/ } #spacestatus.closed { opacity: 1; background: lightgray; color: black; } #spacestatus.closed:before { content: "gesloten"; } #hoofdbanner { width: 50%; margin: auto; background-color:rgba(175, 255, 175, 0.5); text-align: center; border: 2px solid green; border-radius: 5px; padding: 1em; padding-top:0.25em; box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.5); } #hoofdbanner .mw-headline { color: darkgreen; } #hoofdbanner .mw-editsection { display:none!important; } .AssumeContainer { max-width: 100%; height: auto; } /* Font magic */ @font-face { font-family: 'hackalot'; src: url('/hackalot.woff'); font-weight: normal; font-style: normal; } [class*='icon-']:before{ display: inline-block; font-family: 'hackalot'; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale } .icon-hackalot:before{content:'\E000';} .icon-gitlab:before{content:'\E001';} html, body { font-family:sans-serif,hackalot; } /* To support randomLogoImage: */ #p-logo.loggedin { margin-top: 0.5em; } #spacestatus.loggedin { top: -152px; } /* End support randomLogoImage */ /* Image gallery for projects */ @font-face { font-family: 'GoodDogRegular'; src: url('../../blog/wp-content/uploads/2012/02/GoodDog-webfont.eot'); src: url('../../blog/wp-content/uploads/2012/02/GoodDog-webfont.eot?#iefix') format('embedded-opentype'), url('../../blog/wp-content/uploads/2012/02/GoodDog-webfont.woff') format('woff'), url('../../blog/wp-content/uploads/2012/02/GoodDog-webfont.ttf') format('truetype'), url('../../blog/wp-content/uploads/2012/02/GoodDog-webfont.svg#GoodDogRegular') format('svg'); font-weight: normal; font-style: normal; } .polaroidfont { font-family: "GoodDogRegular", Georgia, serif; font-size: 16px; text-decoration:none; margin-bottom: 0px; padding-bottom:0px; margin-top: 0px; padding-top:0px;} .polaroidfont a:link, .polaroidfont a:visited, .polaroidfont a:hover, .polaroidfont a:active { color: black; text-decoration: none; } .polaroidlayout { display:inline-block; margin: 2px; padding: 6px 6px 6px 6px; text-align:center; border: 1px inset gray; background-color: #ffffff; -moz-box-shadow: 0px 2px 6px 0px #333; -webkit-box-shadow: 0px 2px 6px 0px #333; box-shadow: 0px 2px 6px 0px #333; -webkit-transition: -webkit-transform .15s linear; } .polaroidlayout:hover { -webkit-transform: scale(1.25); -moz-transform: scale(1.25); position: relative; } .rotate0 {-webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); } .rotate2 {-webkit-transform: rotate(2deg); -moz-transform: rotate(2deg); -ms-transform: rotate(2deg); -o-transform: rotate(2deg); transform: rotate(2deg); } .rotate4 {-webkit-transform: rotate(4deg); -moz-transform: rotate(4deg); -ms-transform: rotate(4deg); -o-transform: rotate(4deg); transform: rotate(4deg); } .rotate356 {-webkit-transform: rotate(356deg); -moz-transform: rotate(356deg); -ms-transform: rotate(356deg); -o-transform: rotate(356deg); transform: rotate(356deg); } .rotate358 {-webkit-transform: rotate(358deg); -moz-transform: rotate(358deg); -ms-transform: rotate(358deg); -o-transform: rotate(358deg); transform: rotate(358deg); } /* End image gallery for projects */ #kiekjes .thumbimage { object-fit: contain; }