A blue and minimalist version of BlinkLearning.com
BlueBlink by pluswebsite

Details
Authorpluswebsite
LicenseNo License
Categoryblinklearning.com
Created
Updated
Code size1.5 kB
Code checksum26379642
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name SuperBlink
@version 20230428.13.26
@namespace ?
==/UserStyle== */
@-moz-document domain("blinklearning.com") {
@import url('https://fonts.googleapis.com/css2?family=Sigmar&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bruno+Ace+SC&display=swap');
@raw{
--blue-1: #98dfea;
--blue-2: #07beb8;
--blue-3: #2274a5;
--blue-4: #0a1045;
}
.toggle, #copyright{
display: none !important;
}
.btn-submit{
all:unset !important;
display: inline-block !important;
text-align: center !important;
background-color: #07beb8 !important;
width: 100px !important;
border-radius: 10px !important;
font-family: 'Sigmar', cursive !important;
}
*{
font-family: 'Bruno Ace SC', cursive !important;
}
.buscar_contenido{
display: none !important;
}
body {
-ms-overflow-style: none !important; /* Internet Explorer 10+ */
scrollbar-width: none !important; /* Firefox */
}
body, header, .container, .content-wrap, #footer-wrap, footer{
background-color: #98dfea !important;
}
body::-webkit-scrollbar {
display: none !important; /* Safari and Chrome */
}
.btn-submit::before{
display: none !important;
}
.navbar, .title, .toolbar, .xs-flot-right{
background-color: #07beb8 !important;
}
.btn-submit:hover{
background-color: #2274a5 !important;
}
.blink-hover:hover{
background-color: #2274a5 !important;
}
.ui-dialog{
background-color: #07beb8 !important;
}
}