Skip to content

nagios.cauca.ca by maximeleduc13

Details

Authormaximeleduc13

LicenseNo License

Categorynagios.cauca.ca

Created

Updated

Code size2.7 kB

Code checksum6ec6491a

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

A new userstyle

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name       nagios.cauca.ca - Mar 2024
@version    20240718.16.17
@namespace  ?
==/UserStyle== */

@-moz-document domain("nagios.cauca.ca") {
/* change le background du menu Overview*/
body.main {
    background-image: none;
    padding: 10px 10px 0 10px;
    background-attachment: fixed;
    background-repeat: repeat;
    font-family: arial, helvetica, sans-serif;
    font-size: 9pt;
    margin: 0;
    background-color: #27292b;
}

/* change le background du menu de gauche*/

body.side {
    background-image: none;
    padding: 0;
    width: 280px;
    height: 100%;
    overflow: hidden;
    font-family: arial, helvetica, sans-serif;
    font-size: 9pt;
    margin: 0px;
}

#side_header {
    position: relative;
    top: 0px;
    left: 0px;
    width: 274px;
    height: 49px;
    z-index: 10;
    border-top: 0;
    border-left: 0;
    border-bottom-right-radius: 5px;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.50);
    background-image:none;
}

#side_content {
    z-index: 5;
    width: 100%;
    height: 500px;
    overflow: hidden;
    color: #000000;
    position: absolute;
    background-color:black;
    top: 50px;
}
div.snapin {
    padding: 0;
    overflow: hidden;
    border-color: #161515;
    border-width: 1px;
    border-style: solid;
    width: 248px;
    margin: 5px 10px;
    border-radius: 5px;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.50);
    background: #5e626440;
}

div.time {
    text-align: center;
    font-size: 18pt;
    font-weight: bold;
    border: 1px solid #626969;
    -moz-border-radius: 10px;
    background-color: #1b1c1c;
    color: #d1d1d1;
    width: 228px;
}


#side_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 271px;
    height: 46px;
    z-index: 10;
    display:none;
}
#side_header > a {
    display: block;
    width: 255px;
    height: 55px;
    text-decoration: none;
    margin-left: 10px;
    background-color:black;
}

#side_header {
    position: relative;
    top: 0px;
    left: 0px;
    width: 274px;
    height: 49px;
    z-index: 10;
    border-top: 0;
    border-left: 0;
    border-bottom-right-radius: 5px;
    box-shadow: 0px 0px 2px rgb(11, 10, 10);
    background-image: none;
    background-color:black;
    border:none;
}

#side_fold {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 10px;
    height: 100%;
    z-index: 15;
    cursor: pointer;
    background-color:#131314fc;
}

div.snapin div.head {
    background-color: rgb(36, 36, 37);
    color: rgb(211, 210, 207);
}
* {
    font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
}
}

Reviews

No reviews yet.