Skip to content

www.acsp.ac.th - Dark Theme by buyyakhoo

Screenshot of www.acsp.ac.th - Dark Theme

Details

Authorbuyyakhoo

LicenseMIT

Categorywww.acsp.ac.th

Created

Updated

Size7.3 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

ปรับแต่งหน้าเว็บโรงเรียนให้เป็น Dark Theme และปรับแต่งเพื่อความสวยงามและอ่านง่าย

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         www.acsp.ac.th - Dark Theme
@version      20240702.17.20
@namespace    https://www.acsp.ac.th
@description  ปรับแต่งหน้าเว็บโรงเรียนให้เป็น Dark Theme และปรับแต่งเพื่อความสวยงามและอ่านง่าย
@homepage     https://www.acsp.ac.th/
@author       buyyakhoo
@license      MIT
==/UserStyle== */

@-moz-document url-prefix("https://www.acsp.ac.th/") {

/* 
Copyright 2024 buyyakhoo

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */

@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Thai:wght@100;200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anuphan:wght@100..700&display=swap');

* {
    font-family: "Anuphan", "IBM Plex Sans Thai", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.6 !important;
}

body {
    background-color: black !important;
    color: white !important;
}

.navbar-header img {
    border-radius: 100%;
}

.scrollToTop {
    background-color: #c60000;
    border: 1px solid #c60000;
    border-radius: 100%;
}

.scrollToTop:hover {
    background-color: red;
}

.mu-post-btn:hover,
.mu-post-btn:focus {
    background-color: #c60000;
    border: 1px solid #c60000;
}

.mu-read-more-btn:hover,
.mu-read-more-btn:focus {
    background-color: #c60000;
    border-color: #c60000;
}

#mu-our-teacher .mu-our-teacher-area .mu-our-teacher-content .mu-our-teacher-single .mu-our-teacher-img {
    border-radius: 10px;
}

#mu-our-teacher .mu-our-teacher-area .mu-our-teacher-content .mu-our-teacher-single .mu-our-teacher-img .mu-our-teacher-social {
    background-color: #c60000;
    border-radius: 10px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
font {
    font-family: "Anuphan", "IBM Plex Sans Thai", sans-serif !important;
    color: white !important;
}

#mu-header {
    background-color: black;
}

#mu-menu .navbar-default {
    background-color: black;
}

.dropdown-menu {
    background-color: black;
}

.mu-blog-single .mu-blog-single-item {
    background-color: black;
}

#mu-abtus-counter {
    position: relative;
    /*     filter: brightness(50%); */
}

#mu-testimonial::after {
    background-color: rgba(0, 0, 0, 0.7);
}

#mu-abtus-counter::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    /* Adjust the opacity to make it darker or lighter */
    z-index: 1;
}

#mu-abtus-counter .mu-abtus-counter-area {
    position: relative;
    z-index: 2;
    /* Ensures the content stays above the dark overlay */
    color: white;
}

#mu-abtus-counter .mu-abtus-counter-area center {
    margin-top: 22rem;
}

#mu-latest-courses2 {
    display: flex;
    flex-wrap: wrap;
    /*     background-color: #1c2090; */
    background-color: #000;
    /*         background: rgb(27,51,108);
    background: linear-gradient(90deg, rgba(27,51,108,1) 0%, rgba(49,26,112,1) 50%, rgba(105,23,102,1) 100%); */
    justify-content: center;
}

#mu-latest-courses2 .mu-from-blog-content .mu-blog-single-item {
    margin-bottom: 1rem;
    padding: 1rem;
    /*     background-color: #4f4dd0; */
    background-color: #242424;
    width: 35rem;
    border-radius: 10px;
    height: 100%;
}

.mu-features-area .mu-single-feature {
    background-color: #242424;
    padding: 1rem;
    border-radius: 10px;
}

img,
a,
.fancybox-skin {
    border-radius: 10px;
}

.mu-blog-single-item .mu-read-more-btn {
    border: 1px solid white;
    color: white;
}

#mu-latest-courses {
    /*     background-color: #442793; */
    background-color: #000;
    /*     background: rgb(27,51,108);
    background: linear-gradient(90deg, rgba(27,51,108,1) 0%, rgba(49,26,112,1) 50%, rgba(105,23,102,1) 100%); */
    border-radius: 10px;
}

#mu-latest-courses .mu-blog-single-item {
    /*     background-color: #653cd3; */
    background-color: #242424;
    /*     background-color: #4f4dd0; */
    padding: 1rem;
    margin: 1rem;
    border-radius: 10px;
    overflow: hidden;
}

.mu-from-blog-content .mu-blog-caption a {
    font-weight: bold;
}

.mu-from-blog-content .mu-blog-meta a {
    font-weight: bold;
}

.mu-from-blog-content .mu-blog-single-item {
    background-color: #242424;
    padding: 1rem;
    margin: 1rem;
    border-radius: 10px;
    overflow: hidden;
}

.mu-blog-single-item .mu-blog-description .mu-read-more-btn {
    border: 1px solid white;
    color: white;
}


#mu-our-teacher .mu-our-teacher-area .mu-our-teacher-content .mu-our-teacher-single .mu-ourteacher-single-content span {
    color: #fff;
}

.mu-our-teacher-content .mu-our-teacher-single {
    background-color: #242424;
    padding: 1rem;
    margin: 1rem;
    border-radius: 10px;
    overflow: hidden;
}

.mu-features-content .mu-single-feature {
    background-color: #242424;
    padding: 1rem;
    border-radius: 10px;
}

.mu-single-feature .mu-post-btn {
    margin-bottom: 1rem;
}

.row .mu-latest-course-single {
    border-radius: 10px;
}

#mu-course-content {
    background-color: black;
}

#mu-course-content .container .mu-latest-course-single {
    background-color: #242424;
}

#mu-course-content .mu-course-content-area .mu-course-details {
    background-color: #242424;
}

#mu-course-content .mu-course-content-area .mu-sidebar .mu-single-sidebar {
    background-color: #000;
}

.mu-blog-single .mu-blog-single-item {
    background-color: #242424;
    border-radius: 10px;
    padding: 1rem;
}

.pagination > li > a {
    background-color: #000;
}

#mu-from-blog {
    background-color: black;
    color: white;
}


#content {
    background-color: #242424;
}

#content #check-box {
    background-color: #379777;
}

#stu-id-input {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

#content #check-box ul li center {
    font-size: 1.3rem;
    font-weight: bold;
}

tr:nth-child(2n) {
    background-color: #242424;
}

.toggle-content th {
    background-color: #9c1111;
    border-radius: 10px;
}

.toggle-wrapper .toggle-content .dark td {
    background-color: black;
}
}

Reviews

No reviews yet.