source: trunk/client/temi/realistic/layout/styles/layout.css@ 241

Last change on this file since 241 was 241, checked in by luc, 9 years ago

Aggiunta del widget Privacy e CookieLaw per l'informativa sui cookie - Aggiunto Tema Realistic - Aggiunto Tema Spectral

  • Property svn:executable set to *
File size: 2.5 KB
Line 
1@charset "utf-8";
2/*
3Template Name: Realistic
4Author: <a href="http://www.os-templates.com/">OS Templates</a>
5Author URI: http://www.os-templates.com/
6Licence: Free to use under our free template licence terms
7Licence URI: http://www.os-templates.com/template-terms
8File: Layout CSS
9*/
10
11/* @import url("navi.css"); */
12@import url("forms.css");
13@import url("tables.css");
14@import url("homepage.css");
15@import url("gallery.css");
16@import url("portfolio.css");
17@import url("style.css");
18
19html{overflow-y:scroll;}
20body{margin:0; padding:0; font-size:12px; font-family:Georgia, "Times New Roman", Times, serif; color:#787878; background-color:#E0E0E0;}
21
22.justify{text-align:justify;}
23.bold{font-weight:bold;}
24.center{text-align:center;}
25.right{text-align:right;}
26.nostart{margin:0; padding:0; list-style-type:none;}
27
28.clear{clear:both;}
29br.clear{clear:both; margin-top:-15px;}
30
31a{outline:none; text-decoration:none; color:#A3443E; background-color:#E0E0E0;}
32
33.fl_left, .imgl{float:left;}
34.fl_right, .imgr{float:right;}
35
36/*img{display:block; margin:0; padding:0; border:none;}*/
37.imgl, .imgr{border:1px solid #C7C5C8; padding:5px;}
38.imgl{margin:0 8px 8px 0; clear:left;}
39.imgr{margin:0 0 8px 8px; clear:right;}
40/* ----------------------------------------------Wrapper------------------------------------- */
41
42div.wrapper{display:block; margin:0 0 1px 0; text-align:left;}
43div.wrapper h1, div.wrapper h2, div.wrapper h3, div.wrapper h4, div.wrapper h5, div.wrapper h6{margin:0 0 15px 0; padding:0; font-size:20px; font-weight:normal; line-height:normal;}
44/* ----------------------------------------------Generalise------------------------------------- */
45
46#header, #topbar, #topnav, #breadcrumb, .container, #footer, #copyright{display:block; position:relative; width:960px; margin:0 auto;}
47
48/* ----------------------------------------------Header------------------------------------- */
49
50#header{text-align:center; text-transform:uppercase;}
51#header h1, #header p{margin:0; padding:0; list-style:none; line-height:normal;}
52#header h1 a{font-size:170px; color:#292929; background-color:#E0E0E0;}
53#header p{margin-top:-20px; font-size:20px; color:#4A4A4A; background-color:#E0E0E0;}
54
55/* ----------------------------------------------Topbar------------------------------------- */
56
57#topbar{padding:15px 0; border-bottom:1px solid #999999;}
58#topbar .fl_left{margin:8px 0 0 0; padding:0;}
59#topbar .fl_left, #topbar .fl_left a{color:#999999; background-color:#E0E0E0;}
60
Note: See TracBrowser for help on using the repository browser.