Revert "PlexRequests.net Plex Mediacenter Skin"

This reverts commit 8f526e09be.
This commit is contained in:
MiuiSwitzerland 2016-05-24 15:49:13 +02:00
commit 86bc86dbd1
2 changed files with 7005 additions and 7008 deletions

View file

@ -1,4 +1,4 @@
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700");
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700");
/*!
* bootswatch v3.3.6
* Homepage: http://bootswatch.com
@ -1085,12 +1085,12 @@ html {
font-size: 16px;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
body{
font-family:Open Sans Regular,Helvetica Neue,Helvetica,Arial,sans-serif;
font-size: 15px;
line-height: 1.42857143;
color: #eee;
background-color: #1f1f1f;
font-size:14px;
line-height:1.71428571;
color:#eee;
background-color:#1f1f1f
}
input,
button,
@ -2494,7 +2494,7 @@ table th[class*="col-"] {
}
}
fieldset {
padding: 15px;
padding: 0;
margin: 0;
border: 0;
min-width: 0;
@ -2508,7 +2508,7 @@ legend {
line-height: inherit;
color: #ebebeb;
border: 0;
border-bottom: 1px solid #333333;
border-bottom: 1px solid #4e5d6c;
}
label {
display: inline-block;
@ -2657,7 +2657,7 @@ input[type="search"] {
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
position: absolute;
margin-left: -0px;
margin-left: -20px;
margin-top: 4px \9;
}
.radio + .radio,
@ -2972,7 +2972,7 @@ select[multiple].input-lg {
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
margin-top: -15px;
margin-top: 0;
margin-bottom: 0;
padding-top: 9px;
}
@ -3553,7 +3553,7 @@ tbody.collapse.in {
height: 1px;
margin: 9.5px 0;
overflow: hidden;
background-color: #333333;
background-color: #2b3e50;
}
.dropdown-menu > li > a {
display: block;
@ -4036,8 +4036,8 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
}
.nav-tabs > li > a:hover {
border-color: #df691a #df691a transparent;
border-bottom-right-radius: 0;
border-top-right-radius: 0;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
@ -4182,8 +4182,6 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
background-color: #000;
box-shadow: 0px 0px 0px 3px rgba(0, 0, 0, 0.2);
}
@media (min-width: 768px) {
.navbar {
border-radius: 0;
@ -4512,7 +4510,7 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
border-color: transparent;
}
.navbar-default .navbar-brand {
color: #DF691A;
color: #2828;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
@ -4527,13 +4525,13 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
color: #F0ad4e;
color: #eeeeee;
background-color: #282828;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
color: #009688;
color: #f9be03;
background-color: #282828;
}
.navbar-default .navbar-nav > .disabled > a,
@ -5919,7 +5917,7 @@ button.close {
}
.modal-content {
position: relative;
background-color: #282828;
background-color: #4e5d6c;
border: 1px solid transparent;
border-radius: 0;
-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
@ -6997,11 +6995,10 @@ a.list-group-item-danger.active:focus {
}
.modal-header,
.modal-footer {
background-color: #282828;
background-color: #485563;
border: none;
border-radius: 0;
}
.popover-title {
border: none;
}

File diff suppressed because one or more lines are too long