Dark Theme for Moodle sites of universities
Moodle Dark Tamamonomae by PelykhIhor
Details
AuthorPelykhIhor
LicenseNONE
Categoryhttps://moodle
Created
Updated
Size1.2 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 Moodle Dark
@namespace USO Archive
@author abhishekchakraborty
@description Dark Theme for Moodle sites of universities
@version 20160915.14.36
@license NONE
@preprocessor uso
==/UserStyle== */
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url-prefix("http://moodle"), url-prefix("https://moodle") {
* {
background-color: #333 !important;
color: #fff !important;
}
* a {
color: yellow !important;
}
* a:hover {
color: orange !important;
}
input, textarea, select {
background-color: #444 !important;
color: #fff !important;
}
h1, h2, h3, h4, h5, h6 {
color: #fff !important;
}
hr {
border: none;
height: 2px; /* Висота лінії */
background-color: orange; /* Колір лінії */
margin: 10px 0; /* Відступи зверху і знизу */
width: 100%; /* Ширина на всю сторінку */
position: relative; /* Позиціонування */
z-index: 10; /* Поверх інших елементів */
}
}