Skip to content

FPTU FAP Custom by ruskicoder

Details

Authorruskicoder

LicenseNo License

Categoryhttps://fap.fpt.edu.vn/

Created

Updated

Size2.7 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Practice CSS FAP FPTU

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         FPTU FAP Custom
@version      20240815.20.23
@namespace    https://userstyles.world/user/ruskicoder
@description  Practice CSS FAP FPTU
@author       ruskicoder
@license      No License
==/UserStyle== */

@-moz-document url-prefix("https://fap.fpt.edu.vn/") {
body {
    background: rgb(242, 123, 189);
    background: linear-gradient(45deg, rgba(242, 123, 189, 1) 0%, rgba(135, 76, 204, 1) 50%, rgba(144, 220, 254, 1) 100%);
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.breadcrumb {
    background-color: transparent;
}
.col-md-8 h1 {
    color: white;
    text-shadow: 2px 2px 4px #000;
}
.col-md-4 {
    visibility: hidden;
}
tr {
    background-color: rgba(255, 255, 255, .4);
    border-radius: 25px;
}
p {
    background-color: white;
    padding: 1px;
    width: 70%;
    border-radius: 5px;
}
#ctl00_lblLogIn,
#ctl00_lblCampusName,
.label {
    text-shadow: 0 0 2px black;
    box-shadow: 0 0 7px #878787;
}
#ctl00_lblLogIn {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
    background-color: transparent;
    box-shadow: none;
    text-shadow: none;
    color: #f27024;
}
a {

    background-color: white;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 5px;
}
a:hover {
    color: #f27024;
}
#ctl00_lblNavigation b {
    color: white;
    text-shadow: 0 0 3px #000;
    font-size: large;
}
.listBoxWrapper b,
#ctl00_lblNavigation b {
    color: transparent;
    text-shadow: none;
}
/*.btn {

    color: white;
}
.btn {
    width: 150px;
    visibility: hidden;
}
.btn:after {
    content: 'NEWS';
    font-size: 1.25em;
    visibility: visible;
    display: block;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 10px;
    background-color: #f27024;
    top: 2px;
}
.btn:hover:after {
    background-color: #d16221;
}
*/
.btn {
    margin: 10px;
}
caption {
    color: black;
}
table {
    border-collapse: separate;
    border-spacing: 0 5px;
    margin-top: -10px;
    /* correct offset on first border spacing if desired */
}
td {
    border: solid 1px #fff;
    border-style: solid none;
    padding: 10px;
}
td:first-child {
    border-left-style: solid;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
td:last-child {
    border-right-style: solid;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}

#ctl00_mainContent_btCancel,
#ctl00_mainContent_btSave {
    border-radius: 5px;
    border: solid 1px #000;
}
#ctl00_mainContent_gvCourses {
    margin-top: 10px;
}
}

Reviews

No reviews yet.