better arabic keyboard for branah.com/arabic
branah-arabic-keyboard by codeiter
Details
Authorcodeiter
LicenseGPL-3.0-or-later
Categoryuserstyles, arabic, keyboard
Created
Updated
Size2.8 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name branah-arabic-keyboard
@namespace com.github.codeiter.userstyle
@version 1.2.0
@description better arabic keyboard for branah.com/arabic
@author Mohamed Amin Boubaker
@license GPL-3.0-or-later
@preprocessor stylus
==/UserStyle== */
@-moz-document url-prefix("https://www.branah.com/arabic") {
@import url('https://fonts.googleapis.com/css2?family=Amiri:wght@700&display=swap');
#gdpr {
display: none !important;
}
body {
margin: 0 100px 0 100px !important;
padding: 0 !important;
font-family: 'Amiri', serif !important;
}
div, span, h1, h4, p, a, .main_content {
margin: 0 !important;
padding: 0 !important;
font-family: 'Amiri', serif !important;
}
#page {
width: 100% !important;
}
.side_content {
display: none !important;
}
#logo {
width: 100% !important;
text-align: center !important;
}
#header {
display: none !important;
}
h1 {
margin: 10px 0 10px 0 !important;
font-size: 45px !important;
text-align: center !important;
padding: 5px 0 5px 0 !important;
color: brown !important;
font-weight: bolder !important;
line-height: 48px !important;
font-family: 'Amiri', serif !important;
}
h4 {
text-align: center !important;
font-size: 16px !important;
font-style: oblique !important;
color: gray !important;
font-weight: normal !important;
font-family: 'Amiri', serif !important;
}
#action > br {
display: none !important;
}
#enlarge {
margin-right: 20px !important;
}
#shrink {
margin-right: 5px !important;
}
#action {
text-align: center !important;
margin-bottom: 10px !important;
}
#action button {
background-color: white !important;
color: blue !important;
font-weight: bold !important;
border: solid 1px grey !important;
padding: 5px !important;
cursor: pointer!important;
}
.soft_button {
padding: 2px 5px 2px 5px !important;
color: red !important;
background-color: white !important;
border: solid 1px grey !important;
text-decoration: none !important;
}
#editor {
width: 100% !important;
margin-bottom: 5px !important;
font-family: 'Amiri', serif !important;
}
#branah-keyboard {
text-align: center !important;
width: 100% !important;
}
#keyboard {
text-align: center !important;
width: fit-content !important;
margin: 0 auto !important;
}
#keyboard > p {
text-align: center !important;
}
#editor {
height: 200px !important;
}
span.button {
padding: 5px !important;
color: green !important;
background-color: lavender !important;
font-weight: bold !important;
}
}