File: /var/www/quadcode-site/node_modules/sqwish/example/styles.css
/* even more crap */
/*! this file has a copyright thing */
* {
margin: 0; padding: 0
}
* {
margin: 5px;
color: red;
}
/* media queries */
@media screen and (max-device-width: 480px) {
.column {
float: none;
}
}
fieldset, img {
border-width: 0;
border-color: transparent;
}
a {
text-decoration: none;
color: #2276BB;
}
a:hover {
text-decoration: underline;
}
ul {
list-style: none
}
ul.dot li:before {
content: "\00B7 \0020";
}
hr {
display: none;
}
div.hr {
height: 1px;
background: #eee;
width: 100%;
overflow: hidden;
margin: .5em 0;
line-height: 1;
font-size: 16px;
}
#delete #content .reallyimportant {
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
background: #ffffe3;
font-size: 120%;
padding: 1em
}
#remember_delete_message {
-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,1);
-moz-box-shadow: 0px 1px 2px rgba(0,0,0,1);
margin: 5px 0 15px 15px;
padding: 10px;
width: 80%
}
input[type=text],input[type=password],select,textarea {
border: 1px solid #aaa;
transition: border linear .2s,box-shadow linear .2s;
-moz-transition: border linear .2s,-moz-box-shadow linear .2s;
-webkit-transition: border linear .2s,-webkit-box-shadow linear .2s
}
input[type=text]:focus,input[type=password]:focus,textarea:focus {
outline: none;
border-color: rgba(82,168,236,.75) !important;
box-shadow: 0 0 8px rgba(82,168,236,.5);
-moz-box-shadow: 0 0 8px rgba(82,168,236,.5);
-webkit-box-shadow: 0 0 8px rgba(82,168,236,.5)
}
input.with-box:focus,input[class*=search]:focus,input[id*=search]:focus {
border-color: inherit !important;
box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none
}
body.email-address-nag .email-address-nag-banner {
display: block
}
.no-display {
display: none
}
.email-address-nag .content-bubble-arrow {
display: none
}
.email-address-nag-banner,.employee-nag-banner {
margin-top: 23px;
display: none;
background-color: #ffd;
color: #333;
padding: 13px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
border-bottom: 1px solid #c0deed
}
.employee-nag-banner {
display: block
}
/*! this is the main copyright of a thing
* it has a url like example.com
* and contact me at @ded
*/
body, p[rel="stuff and things"] {
color: red;
font: 100 2/300px helvetica neue, helvetica;
background: orange;
}