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: Request for the Theme makers  (Read 4557 times)

0 Members and 1 Guest are viewing this topic.

golf16vkr

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 28
Request for the Theme makers
« on: February 03, 2004, 07:30:22 pm »

Could you please make a theme that is simular to VB 3.0 ?

Or maybe tell me how i can alter the standard theme to my current theme.
Logged

Casper

  • VIP
  • Coppermine addict
  • ***
  • Country: 00
  • Offline Offline
  • Gender: Male
  • Posts: 5231
Request for the Theme makers
« Reply #1 on: February 03, 2004, 07:54:36 pm »

Hi,

you can easily change the default theme, by editing the themes/default/style.css and default/template.html.

you can get an idea of what in the css affects what here, http://www.photoshoptutorials.org/samples/coppermine/styles.html
Logged
It has been a long time now since I did my little bit here, and have done no coding or any other such stuff since. I'm back to being a noob here

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Request for the Theme makers
« Reply #2 on: February 03, 2004, 11:08:57 pm »

since vb is not free software, a lot of people who could do this (because of their coppermine knowledge) can't because they don't have the actual vb template code. As you can't post it here neither I suggest you post a link to your vb board, so people can look at the html output. Maybe someone is willing to help out then...

GauGau
Logged

MaThIbUs

  • Contributor
  • Coppermine frequent poster
  • ***
  • Offline Offline
  • Gender: Male
  • Posts: 130
  • I rock.
    • http://mathibus.com/
Request for the Theme makers
« Reply #3 on: February 04, 2004, 04:39:59 pm »

The style it uses could get you started...

Code: [Select]
body
{
        background: #E1E1E2;
        color: #000000;
        font: 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
        margin: 5px 5px 10px 5px;
}
a:link
{
        color: #22229C;
}
a:visited
{
        color: #22229C;
}
a:hover, a:active
{
        color: #FF4400;
}
.page
{
        background: #FFFFFF;
}
td, th, p, li
{
        font: 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.tborder
{
        background: #D1D1E1;
        color: #000000;
        border: 1px solid #0B198C;
}
.tcat
{
        background: #869BBF url(http://images.vbulletin.com/images_tmp/gradients/gradient_tcat.gif) repeat-x top left;
        color: #FFFFFF;
        font: bold 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.tcat a:link
{
        color: #ffffff;
        text-decoration: none;
}
.tcat a:visited
{
        color: #ffffff;
        text-decoration: none;
}
.tcat a:hover, .tcat a:active
{
        color: #FFFF66;
        text-decoration: underline;
}
.thead
{
        background: #5C7099 url(http://images.vbulletin.com/images_tmp/gradients/gradient_thead.gif) repeat-x top left;
        color: #FFFFFF;
        font: bold 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.thead a:link
{
        color: #FFFFFF;
}
.thead a:visited
{
        color: #FFFFFF;
}
.thead a:hover, .thead a:active
{
        color: #FFFF00;
}
.tfoot
{
        background: #3E5C92;
        color: #E0E0F6;
}
.tfoot a:link
{
        color: #E0E0F6;
}
.tfoot a:visited
{
        color: #E0E0F6;
}
.tfoot a:hover, .tfoot a:active
{
        color: #FFFF66;
}
.alt1, .alt1Active
{
        background: #F5F5FF;
        color: #000000;
}
.alt2, .alt2Active
{
        background: #E1E4F2;
        color: #000000;
}
.alt3
{
        background: #D5D8E5;
        color: #000000;
}
.wysiwyg
{
        background: #F5F5FF;
        color: #000000;
        font: 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
textarea, .bginput
{
        font: 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.button
{
        font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
select
{
        font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
option, optgroup
{
        font-size: 11px;
        font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.smallfont
{
        font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.time
{
        color: #666686;
}
.navbar
{
        font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.highlight
{
        color: #FF0000;
        font-weight: bold;
}
.panel
{
        background: #E4E7F5 url(http://images.vbulletin.com/images_tmp/gradients/gradient_panel.gif) repeat-x top left;
        color: #000000;
        padding: 10px;
        border: outset 2px;
}
.panelsurround
{
        background: #D5D8E5 url(http://images.vbulletin.com/images_tmp/gradients/gradient_panelsurround.gif) repeat-x top left;
        color: #000000;
}
legend
{
        color: #22229C;
        font: 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.vbmenu_control
{
        background: #738FBF;
        color: #FFFFFF;
        font: bold 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
        padding: 3px 6px 3px 6px;
        white-space: nowrap;
}
.vbmenu_control a:link
{
        color: #FFFFFF;
        text-decoration: none;
}
.vbmenu_control a:visited
{
        color: #FFFFFF;
        text-decoration: none;
}
.vbmenu_control a:hover, .vbmenu_control a:active
{
        color: #FFFFFF;
        text-decoration: underline;
}
.vbmenu_popup
{
        background: #FFFFFF;
        color: #000000;
        border: 1px solid #0B198C;
}
.vbmenu_option
{
        background: #BBC7CE;
        color: #000000;
        font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
        white-space: nowrap;
        cursor: pointer;
}
.vbmenu_option a:link
{
        color: #22229C;
        text-decoration: none;
}
.vbmenu_option a:visited
{
        color: #22229C;
        text-decoration: none;
}
.vbmenu_option a:hover, .vbmenu_option a:active
{
        color: #FFFFFF;
        text-decoration: none;
}
.vbmenu_hilite
{
        background: #8A949E;
        color: #FFFFFF;
        font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
        white-space: nowrap;
        cursor: pointer;
}
.vbmenu_hilite a:link
{
        color: #FFFFFF;
        text-decoration: none;
}
.vbmenu_hilite a:visited
{
        color: #FFFFFF;
        text-decoration: none;
}
.vbmenu_hilite a:hover, .vbmenu_hilite a:active
{
        color: #FFFFFF;
        text-decoration: none;
}
/* ***** styling for 'big' usernames on postbit etc. ***** */
.bigusername { font-size: 14pt; }

/* ***** small padding on 'thead' elements ***** */
td.thead, div.thead { padding: 4px; }

/* ***** basic styles for multi-page nav elements */
.pagenav a { text-decoration: none; }
.pagenav td { padding: 2px 4px 2px 4px; }

/* ***** define margin and font-size for elements inside panels ***** */
.fieldset { margin-bottom: 6px; }
.fieldset, .fieldset td, .fieldset p, .fieldset li { font-size: 11px; }

/* ***** don't change the following ***** */
form { display: inline; }
label { cursor: default; }
.normal { font-weight: normal; }
.inlineimg { vertical-align: middle; }
/* ***** active table cells (IE only) ***** */
/* .alt1Active, .alt2Active { behavior: url(clientscript/activecell.htc); } */
-->
Logged

golf16vkr

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 28
Request for the Theme makers
« Reply #4 on: February 18, 2004, 07:49:53 pm »

Has any1 done something with this ?

Do u have examples on your own board or such ?

Would like some help with this :D

I tried to save this CSS style but first i don't know for which theme this one is. I tried default but it didn't work out.
Logged
Pages: [1]   Go Up
 

Page created in 0.027 seconds with 20 queries.