RadarParlamentar-MES2017-1/radar

View on GitHub
radar_parlamentar/static/files/codes/css/reset.css

Summary

Maintainability
Test Coverage
/* Reset and Some Default Style Sheet Document */
/*
        ~"~"~ Circle ~"~"~ Responsive HTML5 & CSS3 Creative-Portfolio Theme by Nuruzzaman Sheikh (palpaldal)
        Please purchase a license from http://themeforest.net in order to use this template.
        Developer Web Address: http://www.palpaldal.com
        Themeforest profile: http://themeforest.net/user/palpaldal/

        TABLE OF CONTENTS ------------------

                1.      Style resetting codes (using Eric Meyer's resetter) and some more of developer
                                http://meyerweb.com/eric/tools/css/reset/
                                v1.0 | 20080212
                2.      Default stylings of some common HTML tags/elements.
*/

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on April 22, 2012 */
@font-face {
    font-family: 'Museo';
    src: url('../../../assets/fonts/museo500-regular-webfont.eot');
    src: url('../../../assets/fonts/museo500-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../../assets/fonts/museo500-regular-webfont.woff') format('woff'),
         url('../../../assets/fonts/museo500-regular-webfont.ttf') format('truetype'),
         url('../../../assets/fonts/museo500-regular-webfont.svg#Museo500') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*
* This theme doesn't use Museo 300 fonts. But I've included it here, in case you need them for your project.
@font-face {
    font-family: 'Museo';
    src: url('../../../assets/fonts/museo300-regular_0-webfont.eot');
    src: url('../../../assets/fonts/museo300-regular_0-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../../assets/fonts/museo300-regular_0-webfont.woff') format('woff'),
         url('../../../assets/fonts/museo300-regular_0-webfont.ttf') format('truetype'),
         url('../../../assets/fonts/museo300-regular_0-webfont.svg#Museo300Regular') format('svg');
    font-weight: 300;
    font-style: normal;

}
*/

@font-face {
    font-family: 'Museo';
    src: url('../../../assets/fonts/museo700-regular_0-webfont.eot');
    src: url('../../../assets/fonts/museo700-regular_0-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../../assets/fonts/museo700-regular_0-webfont.woff') format('woff'),
         url('../../../assets/fonts/museo700-regular_0-webfont.ttf') format('truetype'),
         url('../../../assets/fonts/museo700-regular_0-webfont.svg#Museo700Regular') format('svg');
    font-weight: bold;
    font-style: normal;

}

/* ----------------- Resetting browser defaults ------------------- */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,
p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,
em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,
var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,
legend,button,table,caption,tbody,tfoot,thead,tr,th,td,
header,footer,section,figure,figcaption,article,aside,hgroup {
        background: transparent;
        border: 0;
        font-size: 100%;
        margin: 0;
        outline: 0;
        padding: 0;
        vertical-align: baseline;
}

/* We're setting our theme's default background and text colors*/
body {
        background: #ffffff url(../../images/noise-patt.png) 0 0 repeat;
        color: #555;
        font: normal 12px/18px 'Helvetica Neue', 'Helvetica-Neue', 'helvetica neue', 'helvetica-neue', Helvetica, Arial, sans-serif;
}

ol,ul { list-style: none;}
ol li,
ul li {
        display: inline;
        line-height: 0;
}

blockquote,q { quotes:none;}

blockquote:before,blockquote:after,q:before,q:after {
        content:'';
        content:none;
}

:focus { outline:0;}

/* ----------------- Applying default styles to common XHTML elements ------------------- */

a {
        color: #f0a911;
        text-decoration: none;
}

a:focus,
a:hover {color: #000;}

abbr {
        border-bottom: 1px dotted;
        letter-spacing: 0.2em;
}

acronym {
        border-bottom: 1px solid;
        letter-spacing: 0.1em;
}

h1,h2,h3,h4,h5,h6{
        color: #1292db;
        font: normal 100%/1.3 Museo, 'Museo 700', 'Museo700', 'Museo-700', Arial, Helvetica, sans-serif;
        font-weight: bold;
        margin: 18px 0;
}

h1,h2,h3,h4,h5,h6,h1 a,h2 a,h3 a,h4 a,h5 a,h6 a { color: #1292db;}

h1 a:focus,h1 a:hover,
h2 a:focus,h2 a:hover,
h3 a:focus,h3 a:hover,
h4 a:focus,h4 a:hover,
h5 a:focus,h5 a:hover,
h6 a:focus,h6 a:hover {color: #000;}

h1 { font-size: 32px;}
h2 { font-size: 28px;}
h3 { font-size: 24px;}
h4 { font-size: 18px;}
h5 { font-size: 16px;}
h6 {
        font-size: 12px;
        text-transform: uppercase;
}

p {
        font-size: 12px;
        line-height: 18px;
        margin: 18px 0;
}

pre {
        font-family: consolas, "Courier New", Courier, monospace;
        font-size: 14px;
        line-height: 18px;
        margin: 18px 0;
}

blockquote {
        font-family: Lato, Arial, Helvetica, sans-serif;
        font-style: italic;
        font-size: 13px;
        line-height: 18px;
        margin: 18px 0;
}

cite {
        display: block;
        font-style: normal;
        line-height: 18px;
        margin: 18px 0;
        text-align: right;
}

figure {}

figcaption {font-size: 11px;}

strong,b { font-weight: bold;}

em,i { font-style: italic;}

em { font-weight: bold;}

del, strike { text-decoration: line-through;}

small { font-size: .8em;}

big { font-size: 1.2em;}

ins { text-decoration: overline;}

kbd {
        border: 1px solid;
        padding: 0 2px;
}

code {
        font-family: consolas, "Courier New", Courier, monospace;
        padding: 2px 4px;
}

input[type="text"],input[type="password"],textarea{
        color: #666;
        background: rgba(0,0,0,.25);
        border: #000 1px solid;
        border-color: rgba(0,0,0,.75);
        font-size: 12px;
        line-height: 12px;
        margin: 0;
        padding: 5px 10px;
}

input[type="text"],textarea{font:normal 12px/1.4 Arial, Helvetica, sans-serif;}

textarea{overflow: auto;}

input[type="password"] { font: normal 12px/1 "Courier New", Courier, monospace;}

input[type="text"],input[type="password"] { height:15px;}

input[type="text"]:focus,input[type="text"]:hover,
input[type="password"]:focus,input[type="password"]:hover,
textarea:focus,textarea:hover{
        background-color: rgba(0,0,0,.35);
        border-color: #000;
}

input[type="text"],input[type="password"],textarea,
button, input[type="button"],
input[type="submit"], input[type="reset"]{
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        -ms-border-radius: 2px;
        -o-border-radius: 2px;
        border-radius: 2px;
}

button,input[type="button"],
input[type="submit"],input[type="reset"]{
        font: normal 12px/1.2 Arial, Helvetica, sans-serif;
        background: #1292db;
        border: #000 1px solid;
        color: #fff;
        color: rgba(255,255,255,.75);
        padding: 5px 10px;
}

button:focus,button:hover,
input[type="button"]:focus,input[type="button"]:hover,
input[type="submit"]:focus,input[type="submit"]:hover,
input[type="reset"]:focus,input[type="reset"]:hover{
        background-color: #444;
        color: #000;
}

/*FOR BUTTON STYLES PLEASE CHECK default.css FILE'S 1. Common Theme Elements SECTION*/

hr {
        border:none;
        border-top: #000 1px solid;
        border-color: rgba(0,0,0,.35);
        display:block;
        height:0;
        margin:18px 0;
}

/* FOR IE8- families */
header,footer,section,figure,figcaption,article,aside,hgroup{display: block;}

/* tables still need 'cellspacing="0"' in the XHTML markup */
table{
        border: #000 1px solid;
        border-collapse: collapse;
        border-spacing: 0;
        line-height: 18px;
}

table caption{
        caption-side: bottom;
        padding: 2px;
        text-align: left;
        font-size: 11px;
}

thead th{
        background: #222;
        background: -webkit-gradient(linear, left top, left bottom, from(#222222), to(#111111));
        background: -webkit-linear-gradient(top, #444444, #222222);
        background: -moz-linear-gradient(top, #444444, #222222);
        background: -ms-linear-gradient(top, #444444, #222222);
        background: -o-linear-gradient(top, #444444, #222222);
        background: linear-gradient(top, #444444, #222222);
        border: #222 1px solid;
        color: #fff;
        color: rgba(255,255,255,.85);
        font-size:14px;
        line-height: 18px;
        padding: 10px;
        text-align:center;
        -moz-text-shadow:1px 1px 0px #000;
        -webkit-text-shadow:1px 1px 0px #000;
        text-shadow:1px 1px 0px #000;
}

td{
        border: #888 1px solid;
        line-height: 16px;
        padding: 8px 20px;
}

tbody tr:nth-child(odd){background: rgba(0,0,0,0.03);}

tbody tr:nth-child(even){background: rgba(0,0,0,0.1);}

tbody tr:hover{background: #fff;}

tfoot td{text-align:center;}