Przesyłam w osobnym poście fragment kodu (początek z pliku style.css):
*/
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-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
/**
|------------------------
| =Body
|------------------------
*/
body {
font-family: 'Droid Sans', sans-serif;
font-size: 13px;
line-height: 22px;
color: #444;
background: #acc2e0;
}
/**
|------------------------
| =Skeleton
|------------------------
*/
.container_12 .ps_10 {
padding-left: 10px;
padding-right: 10px;
}
#nav {
background: #272727;
}
#custom_header {
background: #fff;
}
#content_sidebar_wrap {
background: #fff;
}
#content {
}
#sidebar {
background: #f6f6f6;
}
#sidebar_inside,
#content_inside {
padding: 40px 40px 0 40px;
}
#footer {
padding: 25px 0;
color: #e9e9e9;
background: #272727;
font-size: 11px;
}
/**
Mam nadziej, że to pomoże w rozwiązaniu mojego problemu – niewiedzy 🙂
A tutaj lista poszczególnych kodów z pliku style.css:
/* Paradise Table of Contents
*
* =Reset, =Body, =Skeleton, =Header
* =Paragraph, =Headings, =Text Elements, =Blockquote, =Links
* =List, =Table, =Form, =Search Form Widget, =Images, =General Classes, =Sidebar
* =Type Post, =Entry Meta, =Loop Meta, =Author, =Paging
* =Menu Primary
*