0% found this document useful (0 votes)
20 views

Style

The document contains CSS code for styling HTML elements and components like headings, paragraphs, lists, tables, images and more. It also includes CSS for layout elements like menus, headers and footers. Styles are defined for text formatting, links, and responsive design for different screen sizes.

Uploaded by

pagecurl
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
20 views

Style

The document contains CSS code for styling HTML elements and components like headings, paragraphs, lists, tables, images and more. It also includes CSS for layout elements like menus, headers and footers. Styles are defined for text formatting, links, and responsive design for different screen sizes.

Uploaded by

pagecurl
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 6

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, 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,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font: inherit;
font-size: 100%;
vertical-align: baseline;
}
html {
line-height: 1;
}
ol, ul {
list-style: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
caption, th, td {
text-align: left;
font-weight: normal;
vertical-align: middle;
}
q, blockquote {
quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
content: "";
content: none;
}
a img {
border: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav,
section, summary {
display: block;
}
#menu .rss-ico {
text-indent: -9999px;
}
#content {
margin: 0 auto;
}
#content .entry:after, #content .comment:after, #content .commentform:after, #co
ntent .comment .comment-avatar:after, #menu:after, #menu ul:after {
clear: both;
content: " ";
display: block;
height: 0;
visibility: hidden;
line-height: 0;
}
#content {
width: 100%;
max-width: 1000px;
}
body {
-webkit-transition: all 0.3s ease-in;
-moz-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
line-height: 1.7em;
word-wrap: break-word;
-webkit-text-size-adjust: 100%;
}
@media only screen and (max-width: 767px) {
body {
margin-top: 0;
}
}
a {
text-decoration: none;
}
em {
font-style: italic;
}
strong {
font-weight: bold;
}
#content ol {
list-style: decimal;
margin-left: 25px;
margin-top: 10px;
margin-bottom: 10px;
}
#content ul {
list-style: disc;
margin-left: 25px;
margin-top: 10px;
margin-bottom: 10px;
}
#bloggse_panorama {
padding-top: 40px;
}
#content h3 {
padding: 0px 30px 20px;
text-align: center;
font-weight: 100;
line-height: 1.1em;
}
#content .entry, #content .comment, #content .commentform {
/* box shadow */
margin-top: 60px;
}
#content .post {
overflow: hidden;
padding: 0px 3%;
}
#content .post a {
text-decoration: underline;
}
#content .post img {
max-width: 106.4%;
}
#content .post img, #content .post figure {
margin-left: -3.1%;
margin-bottom: 20px;
}
#content .post .fluid-width-video-wrapper {
width: 106.4% !important;
padding-bottom: 3.6% !important;
}
#content .post p {
margin: 0 0 20px;
}
#content footer {
padding: 20px 10px 0px;
text-align: center;
font-size: 20px;
font-weight: 300;
}
#content footer .mini-cat {
text-align: right;
padding-top: 30px;
}
#content header .mini-cat {
margin-bottom: 5px;
}
#content .mini-cat {
font-weight: 700;
}
#content .mini-cat a, #content .mini-cat time {
padding: 0 8px;
}
#content .social {
margin-top: 10px;
}
#content .social a {
margin-right: 5px;
}
#content .comment {
padding: 0 2% 2% 0px;
}
#content .comment .comment-avatar {
float: right;
margin: 20px 0px 10px 10px;
}
#content .comment a.comment-header {
text-decoration: underline;
}
#content .comment .comment-header {
font-weight: bold;
}
#content .comment .comment-nr {
padding: 0 10px;
}
#content .comment .comment-body {
padding: 1% 2% 0px 2%;
}
#content .comment .response {
margin: 1% 2% 0;
padding: 1% 1% 0;
}
#content .comment .response-by {
display: block;
margin: 0 2% 0;
padding: 0 1% 1%;
}
#content .commentform {
padding: 2%;
}
#content .commentform label[for="comment-email"], #content .commentform label[fo
r="comment-author"], #content .commentform label[for="comment-url"], #content .c
ommentform label[for="comment-content"] {
display: block;
margin-top: 10px;
}
#content .commentform textarea {
display: block;
margin-bottom: 10px;
}
#content .commentform .formbutton {
-webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
cursor: pointer;
padding: 5px 10px;
border: 0 none;
background-color: white;
}
#content .commentform input, #content .commentform textarea {
background-color: white;
border: 0 none;
padding: 5px;
-webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 767px) {
#content .commentform #comment-author, #content .commentform #comment-email, #
content .commentform #comment-url, #content .commentform #comment-content {
width: 97%;
}
}
#menu {
width: 100%;
position: relative;
text-align: center;
height: 35px;
font-weight: 300;
position: fixed;
z-index: 9999;
top: 0px;
-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
#menu .about, #menu .categories, #menu .archives, #menu .links {
border: none 0 !important;
}
#menu .about li {
padding: 10px;
}
#menu .about span {
display: block;
font-weight: bold;
}
#menu .about p {
line-height: 1.5em;
text-transform: none !important;
}
#menu .big {
text-transform: uppercase;
}
#menu .rss-ico {
background: url("../img/rss.jpg") no-repeat left top;
display: block;
width: 20px;
height: 20px;
margin-left: 20px;
padding-top: 5px;
}
#menu ul {
list-style: none;
position: relative;
display: inline-table;
text-align: left;
}
#menu ul li {
float: left;
}
#menu ul li:hover > ul {
display: block;
}
#menu ul li a {
display: block;
padding: 5px 20px 0;
}
@media only screen and (max-width: 479px) {
#menu ul li a {
padding: 5px;
}
}
#menu ul ul {
z-index: 9999;
padding: 0;
position: absolute;
top: 100%;
display: none;
}
#menu ul ul li {
float: none;
position: relative;
}
#menu ul ul li a {
padding: 5px 20px;
}
#menu ul ul ul {
position: absolute;
left: 100%;
top: 0;
}
#header {
padding-top: 85px;
text-align: center;
}
#header h1 {
font-weight: 300;
line-height: 1.2em;
}
#header h2 {
margin-top: 10px;
font-size: 12px;
line-height: 1.4em;
}

You might also like