PDA

View Full Version : where is the css in the admincp ?.


drgonzo121
03-18-2008, 05:25 PM
hi,

i found the vddrupal templates in my admincp ... but where can i find the css?

like ... euh


http://www.psychedelic.be/v4/ i want to change the looks into about http://www.psychedelic.be/v2

...

i changed the style.css in defaultangy ... nothing happened ...

where is the css for like

.tborder node_djdownload{
font-size: 10px;
}

.tcat{
font-size: 10px;
}

thanks !!!

drgonzo121
03-18-2008, 05:29 PM
this is how the headder looks like:

<meta name="generator" content="vbDrupal 5.6.0" />
<style type="text/css" media="all">@import "/v4/modules/aggregator/aggregator.css";</style>
<style type="text/css" media="all">@import "/v4/modules/cck/content.css";</style>
<style type="text/css" media="all">@import "/v4/modules/node/node.css";</style>
<style type="text/css" media="all">@import "/v4/modules/system/defaults.css";</style>
<style type="text/css" media="all">@import "/v4/modules/system/system.css";</style>

<style type="text/css" media="all">@import "/v4/modules/user/user.css";</style>
<style type="text/css" media="all">@import "/v4/modules/cck/fieldgroup.css";</style>
<style type="text/css" media="all">@import "/v4/themes/defaultangy/common.css";</style>
<style type="text/css" media="all">@import "/v4/themes/defaultangy/style.css";</style>
<script type="text/javascript" src="/v4/misc/jquery.js"></script>
<script type="text/javascript" src="/v4/misc/drupal.js"></script>


<meta name="generator" content="vBulletin 3.6.7" />

drgonzo121
03-18-2008, 05:44 PM
a ha, i have to change the class in de the template and make it direct to a new class in the style.css file?