Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @charset "utf-8";
- /* CSS Document */
- a {
- text-decoration: none;
- color: #787878;
- }
- a.hover {
- text-decoration: underline;
- }
- html {
- background-color: #93a6a8;
- }
- #container {
- width: 1024px;
- background: #a3acae;
- margin: 2em auto;
- }
- /* Parte superiore -- Begin */
- /* Toolbar -- Inizio */
- #navigation {
- background-color: #e7e8e9;
- width: 984px;
- heigh: 18px;
- margin: auto;
- filter: alpha(opacity=15);
- -moz-opacity:.15;
- opacity:.15;
- float: right;
- }
- #navigation li {
- list-style-type: none;
- display: inline;
- float: right;
- }
- #navigation a {
- color: #787878;
- font-family: "Engravers MT";
- font-size: 17px;
- margin-right: 25px;
- }
- #navigation li a:hover {
- text-decoration: none;
- }
- /* Toolbar -- Fine */
- /* Navigazione News, Negozi ed eventi -- Inizio */
- #navigation_2 li {
- list-style-type: none;
- display: inline;
- float: left;
- margin-top: 20px;
- }
- #navigation_2 a{
- color: 787878;
- font-family: Arial;
- font-size: 16px;
- margin-left: 40px;
- margin-top: 20px;
- }
- /* Navigazione News, Negozi ed eventi -- Fine */
- #rectangle {
- overflow: hidden;
- margin-top: 80px;
- }
- #rectangle img.rettangolo{
- float: left;
- margin-left: 76px;
- }
- #rectangle img.topseparator {
- float: left;
- margin-left: 68px;
- }
- /* Parte superiore -- Fine */
- /* Parte inferiore -- Inizio */
- #bottombody {
- position: relative;
- height: 390px;
- width: 1024px;
- margin-top: 10px;
- }
- #bottombody p {
- font-family: Arial;
- font-size: 16px;
- color: #787878;
- font-style: italic;
- text-align: center;
- }
- #bottombody h2 {
- font-family: Arial;
- font-size: 16px;
- font-style: normal;
- color: #4e8692;
- text-align: center;
- }
- #quad1, #quad2, #quad3 {
- float: left;
- width: 280px;
- margin-top: 140px;
- }
- #quad1 {
- margin-left: 40px;
- }
- #quad2 {
- margin-left: 20px;
- }
- #quad3 {
- margin-left: 20px;
- }
- #bottomseparator1 {
- float: left;
- margin-top: 170px;
- margin-left: 20px;
- }
- #bottomseparator2 {
- float: left;
- margin-top: 170px;
- margin-left: 30px;
- }
Advertisement
Add Comment
Please, Sign In to add comment