php forum
php mysql forum
php mysql smarty
 
Topic Options
#311806 - 10/23/06 11:38 AM OS X Aqua
Joseph Offline
Newbie

Registered: 10/23/06
Posts: 11
I am an admin at an UBB.threads 7 board, but I have limited CSS knowledge. Has the OS X Aqua theme been ported over to UBB.threads 7? I would love to have it back.

Thanks,

Joseph

Top
#311809 - 10/23/06 05:27 PM Re: OS X Aqua [Re: Joseph]
Gizmo Offline

Wizard

Registered: 01/10/00
Posts: 5354
Loc: Portland, OR, USA
Do you know of a forum running this? I could make a quick port over if i knew what it looked like (sometime this weekend anyway)
_________________________
UBB.Dev - Where you too can render your UBB install completely useless...
UGN Security, Elite Web Gamers & VNC Web Design & Development President
UBB.Threads: My UBBSkins, UBB.Sitemaps

Top
#311811 - 10/23/06 08:32 PM Re: OS X Aqua [Re: Gizmo]
Joseph Offline
Newbie

Registered: 10/23/06
Posts: 11
The old board is closed, but here is the original CSS code.

Code:
a:link  { 
  color: #cc6600;
  background: none;
}
a:visited { 
  color: #666699;
  background: none;
}
a:active {
  color: #333366;
  background: none;
}
a:hover { 
  color: #333366;
  background: none;
}
p,table,td,tr {   
  font-size: 10pt;
  font-family: Lucida Grande, Trembuchet MS Verdana, Arial, Helvetica, sans-serif;
}
form {
  display: inline;
  margin-bottom: 0;
}
body {
	color: #000000;
	background: #ffffff url(images/lines.gif);
	font-family: Lucida Grande, Trembuchet MS Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
}
.tablesurround {
	color: #000000;
	background-color: transparent;
}
.tableborders {
	background-color: #cccccc;
	color: #FFFFFF;
}
.tdheader {
  font-size: 9pt;
  font-weight: bold;
  color: #000000;
  background: #cdcece url(images/title.gif);
}
.menubar{
  background: #ffffff url(images/crystal.gif);
  font-weight: bold;
  color: #000000;
}
.navigation{
  background: #cccccc url(images/crystal.gif);
  color: #000000;
  font-size: 9pt;
  padding: 1px; 
  margin: 1px;
}
.new {
  font-size: 9pt;
  color: #FF0000;
  background: none;
}
.catandforum {
  font-size: 9pt;
}
.posttime {
	font-size: 9pt;
	background: #ffffff;
	color: #000000;
}
.threadtotal {
	font-size: 9pt;
	background: #ffffff;
	color: #000000;
}
.posttotal {
  font-size: 9pt;
  background: #EDF3FE;
  color: #000000;
}
.modline {
  font-size: 8pt;
  font-style: oblique;
}
.small {
  font-weight: normal;
  font-size: 8pt;
}
.standouttext {
  color: #ff0000;
  background: none;
}
.pollcolor {
	background: #ff0000;
	color: #000000;
	border: 1px solid #000000;
}
.welcome {
  background: #bcbdbd;
  color: #000000;
}
.forumtitle a {
  font-size: 10pt;
  font-weight: bold;
  color: #cc6600; 
  background: none;
}
.forumdescript {
  font-size: 8pt;
}
.lighttable {
	color: #000000;
	background-color: #ffffff;
}
.darktable {
  background: #EDF3FE;
  color: #000000;
}
.newlighttable {
	background: #ffffff url(images/blue.gif);
	font-weight: bold;
	color: #000000;
}
.newdarktable {
	background: #EDF3FE url(images/blue.gif);
	font-weight: bold;
	color: #000000;
}
.newpostsincat {
	background: #FF9900;
	color: #000000;
}
.cleartable {
	background: #f7f7f7;
	color: #000000;
}
.alternatetable {
	background: #666699;
	color: #000000;
}
.newsubjecttable {
	background: #c4c4c4 url(images/blue.gif);
	font-weight: bold;
	color: #000000;
}
.subjecttable {
  background: #dedfdf url(images/nonmetal.gif);
  color: #000000;
}
.footertable {
	background: #ffffff;
	color: #000000;
}                          
.formboxes{
  background-color: #ffffff 
  background-image: url(images/lines.gif);
  color: #000000;
  font-size: 10pt;
}
.buttons {
	background-color: #dedfdf url(images/blue.gif);
	color: #000000;
	font-size: 10pt;
	font-family: Lucida Grande, Trembuchet MS Verdana, Arial, Helvetica, sans-serif;
}
blockquote {
   font-size: 9pt; border: 1px solid #e6e6e6;
   margin: 0px 20px; padding: 0px 10px
}
blockquote .small {
	background: #e6e6e6;
	margin-left:-10px;
	padding: 1px 2px;
	color: #000000;
}
blockquote hr {
   visibility:hidden;
   height: 1px
}
.onbody{
  color: #000000;
  background: none;
}
.onbody a:link {
  color: #0000FF;
  background: none;
}
.onbody a:visited {
  color: #000066;
  background: none;
}
.onbody a:active {
  color: #000066;
  background: none;
}
.post:first-letter {
	font-weight: bold;
}
pre {
	font-family: Lucida Grande, Trembuchet MS Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	display: block;
	white-space: pre;
}
.modname {
	    color: #00AA00;
}
.adminname {
	    color: #FF0000;
}


Thanks a bunch!

Top
#311812 - 10/23/06 08:51 PM Re: OS X Aqua [Re: Joseph]
Joseph Offline
Newbie

Registered: 10/23/06
Posts: 11
I found the thread, here, that was made by the creator of that style. http://www.ubbdev.com/forums/ubbthreads....true#Post237694. The source and image files are all there.

Top
#311813 - 10/24/06 02:12 PM Re: OS X Aqua [Re: Joseph]
Gizmo Offline

Wizard

Registered: 01/10/00
Posts: 5354
Loc: Portland, OR, USA
Humm, I'll see about setting up a UBB.Threads 6.x forum and installing it later in the week and see if i can get this packaged up for you.
_________________________
UBB.Dev - Where you too can render your UBB install completely useless...
UGN Security, Elite Web Gamers & VNC Web Design & Development President
UBB.Threads: My UBBSkins, UBB.Sitemaps

Top
#311815 - 10/24/06 03:39 PM Re: OS X Aqua [Re: Gizmo]
Joseph Offline
Newbie

Registered: 10/23/06
Posts: 11
I really appreciate that. Thank you!

Top
#311826 - 10/28/06 07:16 AM Re: OS X Aqua [Re: Joseph]
Micky Offline
Member

Registered: 02/11/04
Posts: 184
Loc: Bern, Switzerland
I have done sometimes the attempt to produce styles


Attachments
2281-Aqua.zip (180 downloads)
2282-aqua.jpg (200 downloads)

_________________________
Gruss Micky

Golf Diesel Forum

Top
#311828 - 10/28/06 04:15 PM Re: OS X Aqua [Re: Micky]
Gizmo Offline

Wizard

Registered: 01/10/00
Posts: 5354
Loc: Portland, OR, USA
hehe, so does that mean I don't have to do it now? wink
_________________________
UBB.Dev - Where you too can render your UBB install completely useless...
UGN Security, Elite Web Gamers & VNC Web Design & Development President
UBB.Threads: My UBBSkins, UBB.Sitemaps

Top
#311829 - 10/28/06 05:59 PM Re: OS X Aqua [Re: Gizmo]
Micky Offline
Member

Registered: 02/11/04
Posts: 184
Loc: Bern, Switzerland
I had time, Gizmo, SORRY. grin But maybe it does not like Joseph... confused
I have improved something else...


Attachments
2283-Aqua.zip (67 downloads)

_________________________
Gruss Micky

Golf Diesel Forum

Top
#311831 - 10/28/06 08:27 PM Re: OS X Aqua [Re: Micky]
Joseph Offline
Newbie

Registered: 10/23/06
Posts: 11
I am only having one issue. The background image for the bread crumb bar will not show. That also happens on the subject line of each post. The other images show up.

Top
#311832 - 10/28/06 10:11 PM Re: OS X Aqua [Re: Joseph]
Micky Offline
Member

Registered: 02/11/04
Posts: 184
Loc: Bern, Switzerland
Originally Posted By: Joseph
I am only having one issue. The background image for the bread crumb bar will not show. That also happens on the subject line of each post. The other images show up.

Hi, there is absent crystal.gif in the folder Aqua . You had given them in your code.
Originally Posted By: Joseph
The old board is closed, but here is the original CSS code.

Code:
.menubar{
  background: #ffffff url(images/crystal.gif);
  font-weight: bold;
  color: #000000;
}
.navigation{
  background: #cccccc url(images/crystal.gif);
  color: #000000;
  font-size: 9pt;
  padding: 1px; 
  margin: 1px;
}


Thanks a bunch!

You should copy in the folder, then it functions.
_________________________
Gruss Micky

Golf Diesel Forum

Top
#311833 - 10/29/06 12:08 AM Re: OS X Aqua [Re: Micky]
Gizmo Offline

Wizard

Registered: 01/10/00
Posts: 5354
Loc: Portland, OR, USA
lol its all good that you did it; it's been a busy weekend so I don't know if I'd have been able to get around to it; so thanks Micky hehe
_________________________
UBB.Dev - Where you too can render your UBB install completely useless...
UGN Security, Elite Web Gamers & VNC Web Design & Development President
UBB.Threads: My UBBSkins, UBB.Sitemaps

Top
#311834 - 10/29/06 04:08 AM Re: OS X Aqua [Re: Gizmo]
Micky Offline
Member

Registered: 02/11/04
Posts: 184
Loc: Bern, Switzerland
Ohhh, now I have broken to you your weekend planning. Is sorry me. grin grin grin
_________________________
Gruss Micky

Golf Diesel Forum

Top
#311835 - 10/29/06 11:08 AM Re: OS X Aqua [Re: Micky]
Joseph Offline
Newbie

Registered: 10/23/06
Posts: 11
Originally Posted By: Micky

Hi, there is absent crystal.gif in the folder Aqua . You had given them in your code.

Originally Posted By: Micky
You should copy in the folder, then it functions.


I did that, and I also had to alter line #35 of OS_X_Aqua_with_wrapper.txt to say
Code:
background: #bcbdbd url(FULL_URL/styles/images/aqua/crystal.gif);


Again, thank you!

Top
#311836 - 10/29/06 11:14 AM Re: OS X Aqua [Re: Joseph]
Joseph Offline
Newbie

Registered: 10/23/06
Posts: 11
Here is the updated style that includes crystal.gif and nonmetal.gif, along with the line #35 correction.


Attachments
2286-Aqua_29-10-2006.zip (310 downloads)


Top
#311838 - 10/29/06 02:18 PM Re: OS X Aqua [Re: Joseph]
Micky Offline
Member

Registered: 02/11/04
Posts: 184
Loc: Bern, Switzerland
So, here once again the new version with [7.x] Pretty Quotes of AllenAyres. grin grin grin


Attachments
2288-Aqua.zip (116 downloads)

_________________________
Gruss Micky

Golf Diesel Forum

Top
#311839 - 10/30/06 12:49 AM Re: OS X Aqua [Re: Micky]
Gizmo Offline

Wizard

Registered: 01/10/00
Posts: 5354
Loc: Portland, OR, USA
Originally Posted By: Micky
Ohhh, now I have broken to you your weekend planning. Is sorry me. grin grin grin


'eh the joys of coding non-stop... I'm also reconfiguring my DVR to use MythTV on CentOS vs BeyondTV on WindowsXP so I've been "fiddling" a lot lately lol
_________________________
UBB.Dev - Where you too can render your UBB install completely useless...
UGN Security, Elite Web Gamers & VNC Web Design & Development President
UBB.Threads: My UBBSkins, UBB.Sitemaps

Top



Latest Posts
[7.2.1] - Naked shoutbox
by bellaonline
05/05/12 05:00 PM
[7.x] Stop Forum Spam Integration v0.4
by bellaonline
05/05/12 03:53 PM
Shout Box

(Views)Popular Topics
Known public proxy servers 1689885
Integrated Index Page (IIP) 5.3.1 555705
Finished-[6.5.2] Games Arcade Deluxe v1.9 501236
Integrated Index Page (IIP) 5.1.1 415112
TLD Bv2.1 Released - Threads Links Directory 396822
[6.0x] Who's Online 4.0.0 [Finished] 389412
Finished-[6.5.1] Integrated Index Page (IIP) 6.5 330423
Q & A 298663
Slash UBB 266936
[6.3.x] [beta] Hit Hack 2.0 227970
Forum Stats
13621 Members
59 Forums
37191 Topics
295716 Posts

Max Online: 686 @ 06/28/07 07:04 AM

 

 

 
fusionbb message board php hacks