TP-Docs
HTML5 Icon HTML5 Icon HTML5 Icon
TP on Social Media

Recent

Welcome to TinyPortal. Please login or sign up.

May 21, 2024, 12:13:35 AM

Login with username, password and session length
Members
Stats
  • Total Posts: 195,197
  • Total Topics: 21,221
  • Online today: 363
  • Online ever: 3,540 (September 03, 2022, 01:38:54 AM)
Users Online
  • Users: 0
  • Guests: 270
  • Total: 270

Enterprize Rework in progress

Started by maxx, March 18, 2012, 01:07:49 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Maxx1

Please try again . I think was cleaning up and updating the theme on that site at the time you were looking at it
should be good now!  i hope!

regards,
Maxx
But Mama, That's Where all the fun is!

IchBin


Maxx1

If any using a small title needs to center the CSS logo you do so by adjusting the "left" 400px to 500px or so to center it, but I have it this way for larger Titles and or short tittle with a small slogan:

see this code:
#logo {
    background: url("../images/theme/mainbk.png") repeat-x scroll 0 0 #2D444A;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 5px 0 #AF5A33;
    left: 500px;                       <!--- Adjust here may also be done in % but much easier this way-->
    padding: 9px 15px 15px;
    position: absolute;
    text-shadow: 1px 1px 0 #DDDDDD;
    text-transform: uppercase;
    top: 17px;
}


Edit: I did not want to change the index.template.php!

regards,
Maxx
But Mama, That's Where all the fun is!