Skip to content

football-monitor by breaderz88

Details

Authorbreaderz88

LicenseNo License

Categoryhttp://football-monitor.fo.pacpservices.net/#/monitor

Created

Updated

Size2.2 kB

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           football-monitor.fo.pacpservices.net - 29/07/2023, 14:07:48
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */

@-moz-document url-prefix("football-monitor.fo.pacpservices.net/") {
	
	body {
        margin: 0 0 20px;
    box-sizing: border-box;
    padding: 0 0 0 110px;
    height: 90px;
    font-family: Montserrat,sans-serif;
    font-size: 24px;
    line-height: 30px;
    color: #c1282d;
    background: url("https://upload.wikimedia.org/wikipedia/en/a/a1/PA_Media_logo.png") top left no-repeat;
    background-size: 90px 90px;
}

	header h1 {
    margin: 0 0 20px;
    box-sizing: border-box;
    padding: 0 0 0 110px;
    height: 90px;
    font-family: Montserrat,sans-serif;
    font-size: 24px;
    line-height: 30px;
    color: #f8b817;
    background: url("https://upload.wikimedia.org/wikipedia/en/a/a1/PA_Media_logo.png") top left no-repeat;
    background-size: 90px 90px;
}

#login form input {
    -webkit-appearance: none;
    border: none;
    border-bottom: 1px dotted #fff;
    background-color: transparent;
    color: #f8b817;
    font-size: 14px;
    margin: 10px 0 20px;
    line-height: 30px;
    box-sizing: border-box;
    padding: 0 10px;
    width: 100%;
}

#login form button {
    -webkit-appearance: none;
    border: none;
    background-color: #f8b817;
    width: 90px;
    font-size: 18px;
    cursor: pointer;
}
body, html {
    height: 100%;
    overflow: hidden;
    overflow-y: scroll;
    background-color: #1a1a1a;
    font-family: "Open Sans",sans-serif;
    font-weight: 400;
    color: #1a1a1a;
	-webkit-font-smoothing: antialiased;
}
	
	
	header #selections ul li select option {
    color: #f8b817;
}
header #selections ul li input {
    border-bottom: 1px dotted #f8b817;
    color: #f8b817;
    padding: 10px 0;
}



header #selections ul li input {
    border-bottom: 1px dotted #f8b817;
    color: #f8b817;
    padding: 10px 0;
}
header #selections #filters ul li {
    display: block;
    font-size: 14px;
    width: 100%;
    line-height: 30px;
    color: #f8b817;
}
	table thead th {
    color: #000;
background: #f8b817;
    font-weight: 400;
}
	

Reviews

No reviews yet.