site-content/default.css
changeset 5 7358eeae14d8
child 6 4e819dd96e1f
equal deleted inserted replaced
4:22e66e1ed995 5:7358eeae14d8
       
     1 /*
       
     2 Design by Free CSS Templates
       
     3 http://www.freecsstemplates.org
       
     4 Released for free under a Creative Commons Attribution 2.5 License
       
     5 */
       
     6 
       
     7 body {
       
     8 	margin: 0;
       
     9 	padding: 0;
       
    10 	background: #FFFFFF url(/site_media/images/img01.jpg) repeat-x;
       
    11 	text-align: justify;
       
    12 	font: 15px Arial, Helvetica, sans-serif;
       
    13 	color: #626262;
       
    14 }
       
    15 
       
    16 form {
       
    17 	margin: 0;
       
    18 	padding: 0;
       
    19 }
       
    20 
       
    21 input {
       
    22 	padding: 5px;
       
    23 	background: #FEFEFE url(/site_media/images/img13.gif) repeat-x;
       
    24 	border: 1px solid #626262;
       
    25 	font: normal 1em Arial, Helvetica, sans-serif;
       
    26 }
       
    27 
       
    28 h1, h1 a, h2, h2 a, h3, h3 a {
       
    29 	margin: 0;
       
    30 	text-decoration: none;
       
    31 	font-family: Tahoma, Georgia, "Times New Roman", Times, serif;
       
    32 	font-weight: normal;
       
    33 	color: #444444;
       
    34 }
       
    35 
       
    36 h1 {
       
    37 	letter-spacing: -1px;
       
    38 	font-size: 2.2em;
       
    39 	font-family: Verdana, Arial, Helvetica, sans-serif;
       
    40 }
       
    41 
       
    42 h2 {
       
    43 	letter-spacing: -1px;
       
    44 	font-size: 2em;
       
    45 }
       
    46 
       
    47 h3 {
       
    48 	font-size: 1em;
       
    49 }
       
    50 
       
    51 p, ol, ul {
       
    52 	margin-bottom: 2em;
       
    53 	line-height: 200%;
       
    54 }
       
    55 
       
    56 blockquote {
       
    57 	margin: 0 0 0 1.5em;
       
    58 	padding-left: 1em;
       
    59 	border-left: 5px solid #DDDDDD;
       
    60 }
       
    61 
       
    62 a {
       
    63 	color: #1692B8;
       
    64 }
       
    65 
       
    66 a:hover {
       
    67 	text-decoration: none;
       
    68 }
       
    69 
       
    70 /* Header */
       
    71 
       
    72 #header {
       
    73 	height: 60px;
       
    74 }
       
    75 
       
    76 #logo h1, #logo p {
       
    77 	float: left;	
       
    78 }
       
    79 
       
    80 #logo h1 {
       
    81 	padding: 30px 0 0 40px;
       
    82 }
       
    83 
       
    84 #logo p {
       
    85 	margin: 0;
       
    86 	padding: 14px 0 0 4px;
       
    87 	line-height: normal;
       
    88 	font-family: Verdana, Arial, Helvetica, sans-serif;
       
    89 	font-size: 14px;
       
    90 }
       
    91 
       
    92 #logo a {
       
    93 	text-decoration: none;
       
    94 	color: #D0C7A6;
       
    95 }
       
    96 
       
    97 #menu {
       
    98 	float: right;
       
    99 }
       
   100 
       
   101 #menu ul {
       
   102 	margin: 0;
       
   103 	padding: 0;
       
   104 	list-style: none;
       
   105 }
       
   106 
       
   107 #menu li {
       
   108 	display: block;
       
   109 	float: left;
       
   110 	height: 42px;
       
   111 }
       
   112 
       
   113 #menu a {
       
   114 	display: block;
       
   115 	padding: 40px 20px 0px 20px;
       
   116 	text-decoration: none;
       
   117 	text-align: center;	
       
   118 	font-family: Verdana, Arial, Helvetica, sans-serif;
       
   119 	font-weight: normal;
       
   120 	font-size: 14px;
       
   121 	color: #CEC5A4;
       
   122 }
       
   123 
       
   124 #menu .last {
       
   125 	margin-right: 20px;
       
   126 }
       
   127 
       
   128 #menu a:hover {
       
   129 	color: #FFFFFF;
       
   130 }
       
   131 
       
   132 #menu .current_page_item {
       
   133 }
       
   134 
       
   135 #menu .current_page_item a {
       
   136 }
       
   137 
       
   138 /* Page */
       
   139 
       
   140 #page {
       
   141 	padding: 40px 40px 0 40px;
       
   142 }
       
   143 
       
   144 /* Content */
       
   145 
       
   146 #content {
       
   147 	margin-right: 340px;
       
   148 }
       
   149 
       
   150 .post {
       
   151 	margin-bottom: 2px;
       
   152 }
       
   153 
       
   154 .post .title {
       
   155 	border-bottom: 1px #999999 dashed;
       
   156 	font-family: Tahoma, Georgia, "Times New Roman", Times, serif;
       
   157 }
       
   158 
       
   159 .post .title h2 {
       
   160 	padding: 10px 10px 0 0px;
       
   161 	font-weight: normal;
       
   162 	font-size: 2.2em;
       
   163 }
       
   164 
       
   165 .post .title p {
       
   166 	margin: 0;
       
   167 	padding: 0 0 2px 0px;
       
   168 	line-height: normal;
       
   169 	color: #BABABA;
       
   170 }
       
   171 
       
   172 .post .title p a {
       
   173 	color: #BABABA;
       
   174 }
       
   175 
       
   176 .post .entry {
       
   177 	padding: 5px 0px 5px 0px;
       
   178 }
       
   179 
       
   180 .post .links {
       
   181 	margin: 0;
       
   182 	padding: 0 30px 30px 0px;
       
   183 }
       
   184 
       
   185 .post .table td{
       
   186   margin-right: 100px; 
       
   187 }
       
   188 .post .links a {
       
   189 	display: block;
       
   190 	float: left;
       
   191 	margin-right: 10px;
       
   192 	margin-bottom: 5px;
       
   193 	text-align: center;
       
   194 	text-decoration: none;
       
   195 	font-weight: bold;
       
   196 	color: #FFFFFF;
       
   197 }
       
   198 
       
   199 .post .links a:hover {
       
   200 }
       
   201 
       
   202 .post .links .more {
       
   203 	width: 128px;
       
   204 	height: 30px;
       
   205 	background: url(/site_media/images/img03.jpg) no-repeat left center;
       
   206 }
       
   207 
       
   208 .post .links .comments {
       
   209 	width: 152px;
       
   210 	height: 30px;
       
   211 	background: url(/site_media/images/img04.jpg) no-repeat left center;
       
   212 }
       
   213 
       
   214 /* Sidebar */
       
   215 
       
   216 #sidebar {
       
   217 	float: right;
       
   218 	width: 300px;
       
   219 	margin-top: 30px;
       
   220 }
       
   221 
       
   222 #sidebar ul {
       
   223 	margin: 0;
       
   224 	padding: 0;
       
   225 	list-style: none;
       
   226 }
       
   227 
       
   228 #sidebar li {
       
   229 	margin-bottom: 10px;
       
   230 	background: url(/site_media/images/img10.gif) no-repeat left bottom;
       
   231 }
       
   232 
       
   233 #sidebar li ul {
       
   234 	padding: 0 30px 40px 30px;
       
   235 }
       
   236 
       
   237 #sidebar li li {
       
   238 	margin: 0;
       
   239 	padding-left: 20px;
       
   240 	background: url(/site_media/images/img11.gif) no-repeat 5px 50%;
       
   241 }
       
   242 
       
   243 #sidebar h2 {
       
   244 	padding: 30px 30px 20px 30px;
       
   245 	background: url(/site_media/images/img09.gif) no-repeat;
       
   246 	font-weight: normal;
       
   247 	font-size: 1.6em;
       
   248 	color: #302D26;
       
   249 }
       
   250 
       
   251 
       
   252 /* Search */
       
   253 
       
   254 #search {
       
   255 	padding: 20px 30px 40px 30px;
       
   256 }
       
   257 
       
   258 #search input {
       
   259 	padding: 0px;	
       
   260 	height: 20px;
       
   261 	width: auto;
       
   262 	background: #DFDFDF url(/site_media/images/img14.gif) repeat-x;
       
   263 	font-weight: bold;
       
   264 }
       
   265 
       
   266 #search p {
       
   267 	margin: 0;
       
   268 	padding: 0;
       
   269 }
       
   270 
       
   271 #search p.btn {
       
   272   padding: 10px;
       
   273 }
       
   274 
       
   275 #search #s {
       
   276 	padding: 5px;
       
   277 	width: 150px;
       
   278 	height: auto;
       
   279 	background: #FEFEFE url(/site_media/images/img13.gif) repeat-x;
       
   280 	border: 1px solid #626262;
       
   281 	font: normal 1em Arial, Helvetica, sans-serif;
       
   282 }
       
   283 
       
   284 #search br {
       
   285 	display: none;
       
   286 }
       
   287 
       
   288 /* Categories */
       
   289 
       
   290 #sidebar #categories li {
       
   291 	background: url(/site_media/images/img12.gif) no-repeat left center;
       
   292 }
       
   293 
       
   294 /* Calendar */
       
   295 
       
   296 #calendar_wrap {
       
   297 	padding: 0 30px 40px 30px;
       
   298 }
       
   299 
       
   300 #calendar table {
       
   301 	width: 100%;
       
   302 	text-align: center;
       
   303 }
       
   304 
       
   305 #calendar thead {
       
   306 	background: #F1F1F1;
       
   307 }
       
   308 
       
   309 #calendar tbody td {
       
   310 	border: 1px solid #F1F1F1;
       
   311 }
       
   312 
       
   313 #calendar #prev {
       
   314 	text-align: left;
       
   315 }
       
   316 
       
   317 #calendar #next {
       
   318 	text-align: right;
       
   319 }
       
   320 
       
   321 #calendar tfoot a {
       
   322 	text-decoration: none;
       
   323 	font-weight: bold;
       
   324 }
       
   325 
       
   326 #calendar #today {
       
   327 	background: #FFF3A7;
       
   328 	border: 1px solid #EB1400;
       
   329 	font-weight: bold;
       
   330 	color: #EB1400
       
   331 }
       
   332 
       
   333 /* Footer */
       
   334 
       
   335 #footer {
       
   336 	padding: 50px 0 10px 0;
       
   337 	background: #757575 url(/site_media/images/img08.gif) repeat-x;
       
   338 }
       
   339 
       
   340 #footer p {
       
   341 	margin-bottom: 1em;
       
   342 	text-align: center;
       
   343 	line-height: normal;
       
   344 	font-size: .9em;
       
   345 	color: #BABABA;
       
   346 }
       
   347 
       
   348 #footer a {
       
   349 	padding: 0 20px;
       
   350 	text-decoration: none;
       
   351 	color: #DDDDDD;
       
   352 }
       
   353 
       
   354 #footer a:hover {
       
   355 	color: #FFFFFF;
       
   356 }
       
   357 
       
   358 #footer .rss {
       
   359 	background: url(/site_media/images/img18.gif) no-repeat left center;
       
   360 }
       
   361 
       
   362 #footer .xhtml {
       
   363 	background: url(/site_media/images/img19.gif) no-repeat left center;
       
   364 }
       
   365 
       
   366 #footer .css {
       
   367 	background: url(/site_media/images/img20.gif) no-repeat left center;
       
   368 }
       
   369 
       
   370 #footer .legal a {
       
   371 	padding: 0;
       
   372 }