Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ----------------------- CSS TAGGED -------------------------
- body.nc{
- background url(fileCUsersDrWhiteDesktopDiscordiaGameImagesnc.jpg) no-repeat center center fixed;
- -webkit-background-size cover;
- -moz-background-size cover;
- -o-background-size cover;
- background-size cover;
- }
- .passage.comu {
- padding 10px;
- border 5px solid black;
- margin 0;
- backgroundurl(fileCUsersDrWhiteDesktopDiscordiaGameImagescomun.jpg) no-repeat center center fixed;
- -webkit-background-size cover;
- -moz-background-size cover;
- -o-background-size cover;
- background-size cover;
- }
- --------------------- CSS CORE DE BASE ---------------------
- .passage {
- text-align center;
- padding 10px;
- border 5px solid black;
- margin 0;
- align center;
- backgroundurl(fileCUsersDrWhiteDesktopDiscordiaGameImagesboxbg.jpg) no-repeat center center fixed;
- -webkit-background-size cover;
- -moz-background-size cover;
- -o-background-size cover;
- background-size cover;
- }
- --------------------- VOLUME BAR ---------------------
- input[type=range] {
- -webkit-appearance none;
- width 100%;
- margin 4px 0;
- }
- input[type=range]focus {
- outline none;
- }
- input[type=range]-webkit-slider-runnable-track {
- width 100%;
- height 20px;
- cursor pointer;
- box-shadow 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
- background rgba(0, 0, 0, 0.85);
- border-radius 0px;
- border 0px solid #000101;
- }
- input[type=range]-webkit-slider-thumb {
- box-shadow 0px 0px 1px #670000, 0px 0px 0px #810000;
- border 0px solid #ff1e00;
- height 28px;
- width 20px;
- border-radius 0px;
- background #ffffff;
- cursor pointer;
- -webkit-appearance none;
- margin-top -4px;
- }
- input[type=range]focus-webkit-slider-runnable-track {
- background rgba(5, 5, 5, 0.85);
- }
- input[type=range]-moz-range-track {
- width 100%;
- height 20px;
- cursor pointer;
- box-shadow 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
- background rgba(0, 0, 0, 0.85);
- border-radius 0px;
- border 0px solid #000101;
- }
- input[type=range]-moz-range-thumb {
- box-shadow 0px 0px 1px #670000, 0px 0px 0px #810000;
- border 0px solid #ff1e00;
- height 28px;
- width 20px;
- border-radius 0px;
- background #ffffff;
- cursor pointer;
- }
- input[type=range]-ms-track {
- width 100%;
- height 20px;
- cursor pointer;
- background transparent;
- border-color transparent;
- color transparent;
- }
- input[type=range]-ms-fill-lower {
- background rgba(0, 0, 0, 0.85);
- border 0px solid #000101;
- border-radius 0px;
- box-shadow 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
- }
- input[type=range]-ms-fill-upper {
- background rgba(0, 0, 0, 0.85);
- border 0px solid #000101;
- border-radius 0px;
- box-shadow 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
- }
- input[type=range]-ms-thumb {
- box-shadow 0px 0px 1px #670000, 0px 0px 0px #810000;
- border 0px solid #ff1e00;
- height 28px;
- width 20px;
- border-radius 0px;
- background #ffffff;
- cursor pointer;
- height 20px;
- }
- input[type=range]focus-ms-fill-lower {
- background rgba(0, 0, 0, 0.85);
- }
- input[type=range]focus-ms-fill-upper {
- background rgba(5, 5, 5, 0.85);
- }
- --------------------- VOLUME BAR END ---------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement