Advanced search  

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Pages: [1]   Go Down

Author Topic: Modifiche al TESTO nella Gallery  (Read 3817 times)

0 Members and 1 Guest are viewing this topic.

HogwartSite

  • Coppermine novice
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 40
  • "Onliy I can live...for ever"
    • Hoggwartsite.net
Modifiche al TESTO nella Gallery
« on: July 13, 2010, 10:27:51 am »

Ciao a tutti vorrei modificare qualche cosa nel tema della mia gallery: http://www.hogwartsite.net/PhotoHS/index.php

° Per prima cosa non so come cambia il testo es: "CATEGORIA" "ALBUB" "FILE" "IMMAGINI A CASO" "ULTIMI ARRIVI" anche i titoli degli album, intendo dire che ora il testo è tutto in MAIUSCOLO, invece io lo vorrei normale....

posto il file CSS...potete modificarlo voi...perchè non so metterci mano:

Code: [Select]
@charset "utf-8";
/* CSS Document */

body {
margin:0;
padding:0;
font-family: tahoma;
font-size:12px;
color: #a8a8a8;
background: #171717 url(http://www.hogwartsite.net/PhotoHS/themes/dark_custom/images/background-alto.jpg) repeat-x;
}

#maincontainer{
width: 800px;
margin: 0 auto;
text-align:justify;
position: relative;
background: url('') repeat-y;
}

#topsection{
height: 425px;
}

#contentwrapper{
margin: px 36px;
}

#footer{
width: 100%;
color: #cbcbcb;
background-color: #2d2d2d;
text-align: center;
height: 40px;
padding: 5px 0px 0px 0px;
border-top: 1px solid #abcdd6;
border-bottom: 1px solid #abcdd6;
}

#footer a{
color: #aeccd4;
}


table {
font-family: Tahoma;
font-size: 11px;
}

h1{
font-family: Tahoma;
color: #c8c8c8;
font-size: 10px;
margin: 0px;
}


h2 {
font-family: Tahoma;
color: #c8c8c8;
font-size: 10px;
margin: 0px;    
}

h3 {
font-weight: normal;
font-family: Verdana, Geneva, Arial, sans-serif;
font-size: 12px;
margin: 2px;
color: #c8c8c8;
}

p {
font-family: Verdana, Geneva, Arial, sans-serif;
font-size: 100%;
margin: 2px 0px;
}


.textinput {
font-family: Verdana, Geneva, Arial, sans-serif;
font-size: 100%;
padding-right: 3px;
padding-left: 3px;
color: #ababab;
background-color: #0d0d0d;
border: 0px solid #373737;
}

.listbox {
font-family: Verdana, Geneva, Arial, sans-serif;
font-size: 100%;
vertical-align : middle;
color: #9e9d9e;
background-color: #dddcdd;
border: 1px solid #b6b6b6;
}

.button {
font-family: Verdana, Geneva, Arial, sans-serif;
font-size: 100%;
color: #535353;
background-color: #181818;
border: 1px solid #1f1f1f;
}

.comment_button {
font-family: Verdana, Geneva, Arial, sans-serif;
font-size: 100%;
border: 1px solid #000000;
background-image : url(images/button_bg.gif);
background-position : bottom;
padding-left: 3px;
padding-right: 3px;
}

.radio {
font-family: Verdana, Geneva, Arial, sans-serif;
font-size: 100%;
vertical-align : middle;
color: #a9a9a9;
background-color: #272727;
}

.checkbox {
font-family: Verdana, Geneva, Arial, sans-serif;
font-size: 100%;
vertical-align : middle;
color: #a9a9a9;
background-color: #272727;
}

a {
color: #a8a8a8;
font-size:12px;
text-decoration: none;
}

a:hover {
color: #aacfd8;
font-size:12px;
text-decoration: none;
}

.bblink a {
color: #686868;
text-decoration: none;
}

.bblink a:hover {
color: #637791;
text-decoration: none;
}

.maintable {
border: 1px solid #2c2c2c;
        background: #1f1f1f;
margin-top: 0px;
margin-bottom: 0px;
}

.tableh1 {
        font: 9px "tahoma";
        background: #1f1f1f;
background-image: url(http://i45.tinypic.com/2f0aul3.jpg);
background-repeat: repeat-x;
        line-height: 22px;
        color: #accddc;
        letter-spacing:0px;
        text-transform: uppercase;
        font-weight: bold;
        border-bottom: 1px solid #171717;
border-top: 1px solid #171717;
border-left: 1px solid #171717;
border-right: 1px solid #171717;
        padding: 6px 10px 6px 10px;
}

.tableh1_compact {
font-family:  verdana;
background: #1f1f1f;
color: #616161;
padding: 2px 5px;
}

.tableh2 {
background: #0c0c0c url('') repeat;
background-image: url();
background-repeat: repeat-x;
color : #949597;
padding: 3px 10px;
text-align: left;
border-right: 0px solid #dddbdb;
border-left: 0px solid #dddbdb;
border-bottom: 1px solid #000000;
border-top: 0px solid #dddbdb;
}

.tableh2_compact {
background: #1f1f1f url('') repeat;
color: #7a7a7a;
padding: 2px 5px;
}

.tableb {
background: #1f1f1f url('') repeat;
padding: 0px 10px;
color: #7a7a7a;
}

.tableb_compact {
background: #1f1f1f url('') repeat;
padding: 2px 5px;
color: #7a7a7a;
}

.tablef {
background: #121212;
padding: 10px;
color: #7a7a7a;
}

.catrow_noalb {
background: #1f1f1f url('') no-repeat;
color : #accddc;
        padding: 10px;
text-align: left;
}

.catrow_noalb:hover {
background: #1f1f1f url('http://www.hogwartsite.net/PhotoHS/themes/dark_custom/images/Rettangolosmussato.jpg') repeat;
background-image: url(http://www.hogwartsite.net/PhotoHS/themes/dark_custom/images/Rettangolosmussato.jpg);
background-repeat: no-repeat;
        padding: 10px;
}

.catrow {
background: #1f1f1f url('') no-repeat;
color : #accddc;
padding: 10px;
line-height: 1.5em;
}

.catrow:hover {
background: #1f1f1f url('') repeat;
background-image: url();
background-repeat: no-repeat;
        padding: 10px;
}

.album_stat {
font-size: 100%;
margin: 5px 0px;
}

.thumb_filename {
font-size: 100%;
display: block;
}

.thumb_title {
color: #424242;
font-weight : normal;
font-size: 100%;
padding: 2px;
display : block;
}

.thumb_caption {
font-size: 85%;
color: #424242;
padding: 1px;
display : block;
}

.thumb_caption a {
color: #424242;
}


.thumb_num_comments {
font-weight: normal;
font-size: 100%;
padding: 1px;
font-style : italic;
display : block;
background: #1b1b1b;
color: #606060;
}

.user_thumb_infobox {
margin-top: 1px;
margin-bottom: 1px;
}

.user_thumb_infobox th {
font-weight : bold;
font-size: 100%;
margin-top: 1px;
margin-bottom: 1px;
text-align : center;
}

.user_thumb_infobox td {
font-size: 100%;
margin-top: 1px;
margin-bottom: 1px;
text-align : center;
}

.user_thumb_infobox a {
text-decoration: none;
color: #666666;
}

.user_thumb_infobox a:hover {
color: #8a8a8a;
text-decoration: underline;
}

.navmenu {
background : #141414;
color: #4d4d4d;
font-family: Verdana, Geneva, Arial, sans-serif;
font-size: 100%;
font-weight: bold;
border-style: none;
}

.navmenu_pic {
margin: 1px 5px;
background : #141414;
}

.navmenu a {
display: block;
padding: 2px 5px;
text-decoration: none;
background : #141414;
color: #4d4d4d;
}

.navmenu a:hover {
background : #4d4d4d;
color: #8498a1;
text-decoration: none;
}

.admin_menu_thumb {
font-family: Verdana, Geneva, Arial, sans-serif;
font-size: 90%;
border: 1px solid #CCD7E0;
background-image : url(images/button_bg.gif);
background-position : bottom;
color: #000000;
font-weight: bold;
margin-top: 0px;
margin-bottom: 0px;
width: 85px;
}

.admin_menu_thumb a {
color: #000000;
text-decoration: none;
display: block;
position: relative;
padding-top: 1px;
padding-bottom: 1px;
padding-left: 10px;
padding-right: 10px;
}


.admin_menu_thumb a:hover {
color: #000000;
text-decoration: underline;
}

.admin_menu {
font-family: Arial, sans-serif;
font-size: 12;
border: 1px solid #2a2a2a;
background-image : url();
background-position : bottom;
background-repeat: repeat-x;
background-color: #171717;
color: #6a6a6a;
margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

.admin_menu a {
color: #6a6a6a;
text-decoration: none;
display: block;
position: relative;
padding-top: 1px;
padding-bottom: 1px;
padding-left: 1px;
padding-right: 1px;
}

.admin_menu a:hover {
color: #ffffff;
text-decoration: underline;
}

td #admin_menu_anim {
background-image : url(images/button_bg_anim.gif);
}

.comment_date{
color : #7a7a7a;
font-size: 100%;
vertical-align : middle;
}

.image {
border: 1px solid #2d2d2d;
background-color: #1f1f1f;
padding: 6px;
margin: 2px;
}

.image:hover{
border: 1px solid #738790;
}

.imageborder {
border: 1px solid #2d2d2d;
background: #1f1f1f url('') repeat;
margin-top: 30px;
margin-bottom: 30px;
}

.display_media {
background: #1f1f1f url('') repeat;
padding-top: 3px;
padding-right: 10px;
padding-bottom: 3px;
padding-left: 10px;
}

.thumbnails {
background: #1f1f1f url('') repeat;
padding: 5px;
}

.thumbnails:hover {
background: #282828 url('') repeat;
}

.footer {
font-size : 12px;
color: #9c9c9c;
}

.footer a {
text-decoration: none;
color: #cbcbcb;
}

.footer a:hover {
color: #a9ced7;
}

.statlink {
color: #accddc;
font-family:  verdana;
font-size: 10px;
font-variant:normal;
letter-spacing: 0px;
}

.statlink a {
text-decoration: none;
color: #accddc;
}

.statlink a:hover {
color: #ffffff;
}

.alblink a {
text-decoration: none;
color: #3c3c3c;
font-family: verdana;
font-size:10px;
        text-transform: uppercase;
        font-weight: ;
}

.alblink a:hover {
color: #ffffff;
}

.catlink {
display: block;
padding-left: 2px;
}

.catlink a {
text-decoration:  none;
font-size: 12px;
font-weight: normal;
color: #565656;
margin-bottom: 2px;
}

.catlink a:hover {
color: #ffffff;
font-size: 12px;
font-weight: normal;
text-decoration: none;
margin-bottom: 2px;
}

.topmenu {
font-family: Verdana, Geneva, Arial, sans-serif;
line-height : 130%;
font-size : 120%;
}

.topmenu a {
color: #707070;
text-decoration : none;
}

.topmenu a:hover  {
color: #697c91;
}

.img_caption_table {
border: none;
background-color: #222222;
width : 100%;
margin : 0px;
}

.img_caption_table th {
background: #222222;
font-size : 100%;
color : #7d7d7d;
padding: 4px 10px;
border-top : 1px solid #9f9f9f;
}

.img_caption_table td {
background: #222222;
padding: 10px 6px;
border-top : 1px solid #9f9f9f;
white-space: normal;
}

.debug_text {
border-top : 1px solid #9f9f9f;
background: #222222;
width : 100%;
margin : 0px;
}

.clickable_option {
cursor : default;
}

.listbox_lang {
color: #a9a9a9;
background-color: #272727;
border: 1px solid #373737;
font-size: 100%;
font-family: Verdana, Geneva, Arial, sans-serif;
vertical-align : middle;
}

#vanity a {
display:block;
width:57px;
height:20px;
margin: 3px 20px;
}


#vanity img {border:0}
#v_php {float:left;background-image:url(../../images/powered-php.gif);}
#v_php:hover {background-image:url(../../images/h_powered-php.gif);}
#v_mysql {float:left;background-image:url(../../images/powered-mysql.gif);}
#v_mysql:hover  {background-image:url(../../images/h_powered-mysql.gif);}
#v_xhtml {float:right;background-image:url(../../images/valid-xhtml10.gif);}
#v_xhtml:hover {background-image:url(../../images/h_valid-xhtml10.gif);}
#v_css {float:right;background-image:url(../../images/valid-css.gif);}
#v_css:hover{background-image:url(../../images/h_valid-css.gif);}
Logged

bingo

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 43
Re: Modifiche al TESTO nella Gallery
« Reply #1 on: July 16, 2010, 09:46:53 pm »

Devi modificare la class "tableh1", puoi togliere la riga "text-transform: uppercase;"
Code: [Select]
.tableh1 {
        font: 9px "tahoma";
        background: #1f1f1f;
background-image: url(http://i45.tinypic.com/2f0aul3.jpg);
background-repeat: repeat-x;
        line-height: 22px;
        color: #accddc;
        letter-spacing:0px;
        text-transform: uppercase;
Logged

HogwartSite

  • Coppermine novice
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 40
  • "Onliy I can live...for ever"
    • Hoggwartsite.net
Re: Modifiche al TESTO nella Gallery
« Reply #2 on: July 17, 2010, 12:12:11 pm »

Devi modificare la class "tableh1", puoi togliere la riga "text-transform: uppercase;"
Code: [Select]
.tableh1 {
        font: 9px "tahoma";
        background: #1f1f1f;
background-image: url(http://i45.tinypic.com/2f0aul3.jpg);
background-repeat: repeat-x;
        line-height: 22px;
        color: #accddc;
        letter-spacing:0px;
        text-transform: uppercase;

grazie...
Logged
Pages: [1]   Go Up
 

Page created in 0.019 seconds with 18 queries.