web/wp-content/plugins/hybrid-hook-widgets/readme.css
changeset 1 0d28b7c10758
equal deleted inserted replaced
0:0d9a58d2c515 1:0d28b7c10758
       
     1 /* Reset values */
       
     2 html,body,div,span,object,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;vertical-align:baseline;outline:none;font-size:100%;background:transparent;border:none;text-decoration:none}b,i,hr,u,center,menu,layer,s,strike,font,xmp{margin:0;padding:0;vertical-align:baseline;outline:none;font-size:100%;font-weight:normal;font-style:normal;background:transparent;border:none;text-decoration:none}font{color:#333}center{text-align:left}body{line-height:25px;font-family:Cambria,Georgia,Times,"Times New Roman",serif;color:#333;background:#fff}h1,h2,h3,h4,h5,h6{font-style:normal;font-weight:normal;margin:0 0 25px 0}h1{font-size:1.8em}h2{font-size:1.7em}h3{font-size:1.55em;}h4{font-size:1.4em}h5{font-size:1.25em}h6{font-size:1.1em}p{margin:0 0 25px 0}ol,ul{list-style:none}ul{list-style:disc;margin:0 0 25px 2.5em}ol{list-style-type:decimal;margin:0 0 25px 3em}ol ol{list-style:upper-roman}ol ol ol{list-style:lower-roman}ol ol ol ol{list-style:upper-alpha}ol ol ol ol ol{list-style:lower-alpha}ul ul,ol ol,ul ol,ol ul{margin-bottom:0}dl{margin:0 0 25px 5px}dl dt{font-weight:bold;margin:10px 0 0 0}dl dd{margin:5px 0 0 1.5em}strong{font-weight:bold}strong strong{font-weight:normal}em,cite{font-style:italic}em em,cite cite{font-style:normal}abbr{cursor:help}acronym{text-transform:uppercase;border-bottom:1px dashed #666;cursor:help}big{font-size:120%}small,sup,sub{font-size:80%}sup{vertical-align:baseline;position:relative;bottom:0.3em}sub{vertical-align:baseline;position:relative;top:0.3em}address{font-style:italic;margin:0 0 25px 0}li address,dd address{margin:0}blockquote{margin:0 25px;font-style:normal}blockquote em,blockquote cite{font-style:italic}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}a{cursor:pointer}a img{border:none}pre{overflow:auto;font:.9em Monaco,monospace,Courier,"Courier New";line-height:25px;margin-bottom:25px;padding:10px}code{font:.9em Monaco,monospace,Courier,"Courier New"}pre code{font-size:1em}ins,dfn{font-style:italic;text-decoration:none;border-bottom:1px solid #666}del{text-decoration:line-through}object{margin-bottom:25px}input,textarea{font-size:1em;font-family:Cambria,Georgia,Times,"Times New Roman",serif;padding:3px}:focus{outline:none}form label{cursor:pointer}option{padding:1px 2px}table{border-collapse:collapse;border-spacing:0;margin-bottom:25px}th,td{text-align:left}hr{margin-bottom:25px}img.wp-smiley{max-height:12px;margin:0;padding:0;border:none}.gallery{display:block;text-align:center;margin-bottom:25px !important}.alignleft,.left{float:left;margin-right:20px}.alignright,.right{float:right;margin-left:20px}.aligncenter,.center{display:block;margin:0 auto 25px auto}.alignnone,.block{clear:both;margin:0 0 25px 0}.clear{clear:both}img.alignleft,img.alignright{display:inline}
       
     3 
       
     4 body {
       
     5 	width: 750px;
       
     6 	margin: 36px auto 60px auto;
       
     7 	font: 15px/21px Arial, 'Helvetica Neue', Helvetica, sans-serif;
       
     8 	font: 16px/25px Georgia, Times, 'Times New Roman', serif;
       
     9 	}
       
    10 /* Links */
       
    11 a:link, a:visited {
       
    12 	color: #2f6eb9;
       
    13 	text-decoration: none;
       
    14 	}
       
    15 a:hover, a:active {
       
    16 	text-decoration: underline;
       
    17 	}
       
    18 /* Headers */
       
    19 h1, h2, h3, h4, h5, h6 {
       
    20 	margin: 40px 0 30px 0;
       
    21 	color: #000;
       
    22 	font-weight: bold;
       
    23 	font-family: Arial, sans-serif;
       
    24 	}
       
    25 h1 {
       
    26 	margin-top: 80px;
       
    27 	font-size: 2.2em;
       
    28 	}
       
    29 code {
       
    30 	padding: 0 3px;
       
    31 	background: #eee;
       
    32 	}
       
    33 pre code {
       
    34 	padding: 0;
       
    35 	}
       
    36 pre {
       
    37 	padding: 9px;
       
    38 	background: #eee;
       
    39 	border: 1px solid #ccc;
       
    40 	}
       
    41 ul {
       
    42 	list-style: square;
       
    43 	}
       
    44 p.first {
       
    45 	font-size: 21px;
       
    46 	}
       
    47 p.second {
       
    48 	font-size: 15px;
       
    49 	}
       
    50 ul.space li {
       
    51 	margin-bottom: 10px;
       
    52 	}
       
    53 .section {
       
    54 	overflow: hidden;
       
    55 	}
       
    56 
       
    57 .columns-2 {
       
    58 	float: left;
       
    59 	width: 350px;
       
    60 	margin: 0 0 21px 25px;
       
    61 	}
       
    62 .columns-3 {
       
    63 	float: left;
       
    64 	width: 230px;
       
    65 	margin: 0 0 21px 20px;
       
    66 	}