TUFS moodle
mdle2.tufs.ac.jp by postkevone
Details
Authorpostkevone
LicenseNo License
Categoryhttps://mdle2.tufs.ac.jp/moodle
Created
Updated
Size615 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name mdle2.tufs.ac.jp - 10/21/2023, 5:16:31 PM
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document url-prefix("https://mdle2.tufs.ac.jp/moodle"), url-prefix("https://iccstudy.tufs.ac.jp/moodle/") {
@media (min-width: 768px) and (max-width: 1200px) {
#page-content {
display: block;
}
#page-content.blocks-pre.blocks-post .region-main,
#page-content.blocks-pre .region-main {
max-width: 100% !important;
}
}
}