Gruntify it all
This commit is contained in:
64
css/cwv3.css
64
css/cwv3.css
@ -1,13 +1,55 @@
|
||||
/* CSS Document */
|
||||
.cwv3_box{background: transparent;}
|
||||
.cwv3_box {
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
/* Undocumented cBox colors */
|
||||
#cboxLoadingOverlay, #cboxContent, #cboxLoadedContent{background-color: #FFF !important;}
|
||||
#cwv3_auth{border: 3px solid #ccc; background: #FFF;}
|
||||
#cwv3_auth div{padding: 0.25em}
|
||||
#cwv3_title{color: #FFF; font-weight: bold; text-align:center; background: #f00;}
|
||||
#cwv3_btns{overflow:hidden;}
|
||||
#cwv3_btns div a{ display: block; width: 100%; text-align:center; color: #FFF; font-weight:bold; text-decoration:none;}
|
||||
#cwv3_enter{float:left; width: 40%;}
|
||||
#cwv3_enter a{background-color: #0C3;}
|
||||
#cwv3_exit{float:right; width: 40%;}
|
||||
#cwv3_exit a{background-color: #F00;}
|
||||
#cboxLoadingOverlay, #cboxContent, #cboxLoadedContent {
|
||||
background-color: #FFF !important;
|
||||
}
|
||||
|
||||
#cwv3_auth {
|
||||
border: 3px solid #ccc;
|
||||
background: #FFF;
|
||||
}
|
||||
#cwv3_auth div {
|
||||
padding: 0.25em;
|
||||
}
|
||||
|
||||
#cwv3_title {
|
||||
color: #FFF;
|
||||
font-weight: bold;
|
||||
text-align: center;
|
||||
background: #f00;
|
||||
}
|
||||
|
||||
#cwv3_btns {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
#cwv3_btns div a {
|
||||
display: block;
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
color: #FFF;
|
||||
font-weight: bold;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
#cwv3_enter {
|
||||
float: left;
|
||||
width: 40%;
|
||||
}
|
||||
|
||||
#cwv3_enter a {
|
||||
background-color: #0C3;
|
||||
}
|
||||
|
||||
#cwv3_exit {
|
||||
float: right;
|
||||
width: 40%;
|
||||
}
|
||||
|
||||
#cwv3_exit a {
|
||||
background-color: #F00;
|
||||
}
|
||||
|
1
css/cwv3.min.css
vendored
Normal file
1
css/cwv3.min.css
vendored
Normal file
@ -0,0 +1 @@
|
||||
.cwv3_box{background:0 0}#cboxContent,#cboxLoadedContent,#cboxLoadingOverlay{background-color:#FFF!important}#cwv3_auth{border:3px solid #ccc;background:#FFF}#cwv3_auth div{padding:.25em}#cwv3_title{color:#FFF;font-weight:700;text-align:center;background:red}#cwv3_btns{overflow:hidden}#cwv3_btns div a{display:block;width:100%;text-align:center;color:#FFF;font-weight:700;text-decoration:none}#cwv3_enter{float:left;width:40%}#cwv3_enter a{background-color:#0C3}#cwv3_exit{float:right;width:40%}#cwv3_exit a{background-color:red}
|
56
css/sass/cwv3.scss
Normal file
56
css/sass/cwv3.scss
Normal file
@ -0,0 +1,56 @@
|
||||
/* CSS Document */
|
||||
.cwv3_box {
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
/* Undocumented cBox colors */
|
||||
#cboxLoadingOverlay, #cboxContent, #cboxLoadedContent {
|
||||
background-color: #FFF !important;
|
||||
}
|
||||
|
||||
#cwv3_auth {
|
||||
border: 3px solid #ccc;
|
||||
background: #FFF;
|
||||
|
||||
div{
|
||||
padding: 0.25em;
|
||||
}
|
||||
}
|
||||
|
||||
#cwv3_title {
|
||||
color: #FFF;
|
||||
font-weight: bold;
|
||||
text-align: center;
|
||||
background: #f00;
|
||||
}
|
||||
|
||||
#cwv3_btns {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
#cwv3_btns div a {
|
||||
display: block;
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
color: #FFF;
|
||||
font-weight: bold;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
#cwv3_enter {
|
||||
float: left;
|
||||
width: 40%;
|
||||
}
|
||||
|
||||
#cwv3_enter a {
|
||||
background-color: #0C3;
|
||||
}
|
||||
|
||||
#cwv3_exit {
|
||||
float: right;
|
||||
width: 40%;
|
||||
}
|
||||
|
||||
#cwv3_exit a {
|
||||
background-color: #F00;
|
||||
}
|
Reference in New Issue
Block a user