first commit
This commit is contained in:
59
libraries/grid/plugins/impromptu/themes/clean-blue.css
Normal file
59
libraries/grid/plugins/impromptu/themes/clean-blue.css
Normal file
@@ -0,0 +1,59 @@
|
||||
/*
|
||||
------------------------------
|
||||
clean blue
|
||||
------------------------------
|
||||
*/
|
||||
.cleanbluewarning .cleanblue{
|
||||
background-color: #acb4c4;
|
||||
}
|
||||
.cleanbluefade{
|
||||
position: absolute;
|
||||
background-color: #aaaaaa;
|
||||
}
|
||||
div.cleanblue{
|
||||
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
|
||||
position: absolute;
|
||||
background-color: #ffffff;
|
||||
width: 300px;
|
||||
font-size: 11px;
|
||||
text-align: left;
|
||||
border: solid 1px #213e80;
|
||||
}
|
||||
div.cleanblue .cleanbluecontainer{
|
||||
background-color: #ffffff;
|
||||
border-top: solid 14px #213e80;
|
||||
padding: 5px;
|
||||
font-weight: bold;
|
||||
}
|
||||
div.cleanblue .cleanblueclose{
|
||||
float: right;
|
||||
width: 18px;
|
||||
cursor: default;
|
||||
margin: -19px -12px 0 0;
|
||||
color: #ffffff;
|
||||
font-weight: bold;
|
||||
}
|
||||
div.cleanblue .cleanbluemessage{
|
||||
padding: 10px;
|
||||
line-height: 20px;
|
||||
font-size: 11px;
|
||||
color: #333333;
|
||||
}
|
||||
div.cleanblue .cleanbluebuttons{
|
||||
text-align: right;
|
||||
padding: 5px 0 5px 0;
|
||||
border: solid 1px #eeeeee;
|
||||
background-color: #f4f4f4;
|
||||
}
|
||||
div.cleanblue button{
|
||||
padding: 3px 10px;
|
||||
margin: 0 10px;
|
||||
background-color: #314e90;
|
||||
border: solid 1px #f4f4f4;
|
||||
color: #ffffff;
|
||||
font-weight: bold;
|
||||
font-size: 12px;
|
||||
}
|
||||
div.cleanblue button:hover{
|
||||
border: solid 1px #d4d4d4;
|
||||
}
|
||||
Reference in New Issue
Block a user