Salve non molto pratico dei css avrei bisogno di una mano per modificare un css di un template scaricato, come vedete qua: http://www.artofmakeup.it/v2/index.p...tpage&Itemid=1 i contorni sono viola e anche le scritte dovrei mettergli questo colore: RGB (r, g, b) (255, 215, 0) vi posto il css vi chiedo una mano perchè non voglio fare casino e non voglio pastricciare il codice.
InizioCSS--------------------------------------------------------------------InizioCSS
/*--------------------------------------------------------------
# Inspiration - September 2007
# Copyright (C) 2007 Gavick.com. All Rights Reserved.
# License: Copyrighted Commercial Software
# Website: http://www.gavick.com
# Support: support@gavick.com
-------------STYLE3---------------
---------------------------------------------------------------*/
#bg {
background: #000 url('../images/style3/inspiration_bg.png') repeat-x 0 0;
}
a:link, a:visited {
color: #14b410;
}
a:hover, a:active {
color: #fff;
}
#logo {
background: transparent url('../images/style3/logo.png') no-repeat 0 0;
}
/*Major Blocks
------------------------------------------------------------------------------------*/
div#pagewrap {
background: url('../images/style3/inspiration_abstraction.jpg') no-repeat 0 0;
}
/* Search area */
div#search input {
background-color: #121A21;
}
div#search input.inputbox {
border: 1px solid #121920;
color: #14b410;
}
div.us_1-left, div.us_1-right, div.us_1-center {
background: transparent url('../images/style3/module-bg_1.png') repeat 0 0;
}
div.us_2-left, div.us_2-right, div.us_2-center {
background: transparent url('../images/style3/module-bg_1.png') repeat 0 0;
}
div.us_3-left, div.us_3-right, div.us_3-center {
background: transparent url('../images/style3/module-bg_1.png') repeat 0 0;
}
div.us_4-left, div.us_4-right, div.us_4-center, div.us_5-left, div.us_5-right, div.us_5-center {
background: transparent url('../images/style3/module-bg_1.png') repeat 0 0;
}
input.button {
background-color: #14b410;
border: 1px solid #000;
color: #ffffff;
}
/* Login
---------------------------------------------------------------------------------*/
input.inputbox {
background-color: #131d24;
border: 1px solid #0a0e12;
color: #14b410;
}
/* Footer
--------------------------------------------------------------------------------*/
div#footer {
border-top: 1px solid #14b410;
}
span#info {
color: #fff;
}
span#info a {
color: #fff;
}
/* Splitmenu
--------------------------------------------------------------------------------*/
#top-menu a:hover {
color: #fff;
background: transparent url('../images/style3/inspiration_menu-arrow.gif') no-repeat 25% 100%;
}
#top-menu li.active_menu a {
background: transparent url('../images/style3/inspiration_menu-arrow.gif') no-repeat 25% 100%;
}
div#down-menu ul.submenu li a {
color: #14b410;
}
/* Modules
-------------------------------------------------------------------------------- */
div.moduletable {
background: transparent url('../images/style3/module-bg_1.png') repeat 0 0;
}
div.moduletable h3 {
color: #14b410;
}
div#user_position-1 ul li a {
color: #fff;
}
/*NS 1.0 SE*/
div.gk_news_show {
}
div.gk_ns_first_news_container {
}
a.gk_ns_first_news_image_link {
}
img.gk_ns_image {
padding: 2px;
margin-right: 6px;
margin-bottom: 2px;
}
div.moduletable-black img.gk_ns_image {
}
a.gk_ns_first_news_title_link {
}
h4.gk_ns_first_news_header {
font: normal 120% Arial, Helvetica, sans-serif;
margin: 0;
padding: 0;
}
h5.gk_ns_first_news_info {
font-size: 10px;
padding: 0;
margin: 0;
}
a.gk_ns_first_news_text_link {
}
p.gk_ns_first_news_content {
margin: 8px 0;
padding: 0;
}
a.gk_ns_first_news_readmore {
background-color: #14b410;
border: 1px solid #000;
color: #fff;
}
.contentheading {
color: #14b410;
}
.contentheading a:link, .contentheading a:visited {
color: #14b410;
}
.contentheading a:hover {
color: #fff;
}
.contentpaneopen h2 {
color: #14b410;
}
.small, .modifydate, .createdate, .mosimage_caption {
color: #fff;
}
.smalldark {
color: #fff;
}
.pagenavcounter {
color: #14b410;
}
.componentheading {
border-bottom: 1px solid #14b410;
}
table.contenttoc {
border-left: 1px solid #14b410;
}
table.contenttoc th {
color: #fff;
}
.sectiontableheader {
background-color: #14b410;
color: #fff;
}
tr.sectiontableentry1 td, tr.sectiontableentry2 td, td.sectiontableentry1, td.sectiontableentry2 {
border-bottom: none;
}
tr.sectiontableentry1 td, td.sectiontableentry1 {
background: none;
}
tr.sectiontableentry2 td, td.sectiontableentry2 {
background: none;
}
tr.sectiontableentry1:hover td, tr.sectiontableentry2:hover td {
background: transparent url('../images/style3/module-bg_1.png') repeat 0 0;
}
.highlight {
background: none;
}
a.readon {
background-color: #14b410;
border: 1px solid #000;
color: #fff;
}
/* Typography
-------------------------------------------------------------------------------*/
span.color {
background: transparent url('../images/style3/module-bg_1.png') repeat 0 0;
color: #fff;
}
span.color-1 {
background-color: #14b410;
border-top: 1px solid #14b410;
border-bottom: 1px solid #14b410;
}
span.clear {
border: 1px solid #14b410;
}
FineCSS------------------------------------------------------------------------FineCSS

Rispondi quotando