ultrawidify/res/css/uw_yt.css
Tamius Han ca33454677 Taking CSS out of the uw.js and placing it into its own file, laid out the foundations for this change in manifest.json. NOTE: this commit just laid the groundwork,
uw_common.css is unfinished (font-face block isn't even properly closed) and uw.js wasn't updated to include CSS files yet.
2016-12-04 12:01:38 +01:00

84 lines
1.6 KiB
CSS

.uw-button{
display: inline-block;
height: 100% !important;
background-size: 75% 75%;
background-repeat: no-repeat;
background-position: center center;
}
.uw-button:hover{
background-color: rgba(192,0,0,0.66);
}
.uw-setmenu{
display: none;
position: absolute;
background-color: rgba(0,0,0,0.66);
right: 0px;
}
.uw-setmenu-item{
display: flex;
align-items: center;
font-family: "Oxygen";
color: #ffffff !important;
width: 90%;
padding-left: 10%;
}
.uw-setmenu-item:hover{
background-color: rgba(192,0,0,0.66);
}
/*.uw-ext-settings-bg{
display: none;
position: absolute !important;
width: 100% !important;
height: 100% !important;
z-index: 1000 !important;
background-color: rgba(0,0,0,0.69) !important;
color: #fff !important;
font-family: 'Oxygen' !important;
text-align: center;
}*//*
.uw-ext-settings-content{
display: inline-block;
min-width: 75%;
max-width: 90%;
text-align: left;
padding: 2em !important;
font-size: 1.4em;
font-family: 'Oxygen' !important;
}*/
.uw_top{
z-index: 1337;
}
/*.uw-h1{
font-size: 4em !important;
color: #f46007 !important;
font-family: 'Oxygen' !important;
}*//*
.uw_settings_tab{
font-size: 1.4em !important;
padding-left: 1em;
color: #ddd !important;
}*/
/*.uw_settings_tab:hover{
font-size: 1.6em;
padding-left: 1.6em;
color: #ffdb6e !important;
}*/
/*.uw_settings_tabbar{
display: inline-block;
float: left;
width: 15em;
}*/
/*.uw_settings_container{
display: inline-block;
float: right;
width: calc(99% - 15em);
}*/
/*.uw_settings_kbshortcuts_label{
display: inline-block;
width: 15em;
}*/
/*.uw_settings_kbshortcuts_input{
width: 1.5em;
}*/