Previous Thread
Next Thread
Print Thread
Rate Thread
#311806 10/23/2006 11:38 AM
Joined: Oct 2006
Posts: 11
Newbie
Newbie
Offline
Joined: Oct 2006
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

Sponsored Links
Joseph #311809 10/23/2006 5:27 PM
Joined: Jan 2000
Posts: 5,833
Likes: 20
UBBDev / UBBWiki Owner
Time Lord
UBBDev / UBBWiki Owner
Time Lord
Joined: Jan 2000
Posts: 5,833
Likes: 20
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 - Putting Dev into UBB.threads
Company: VNC Web Services - UBB.threads Scripts and Scripting, Install and Upgrade Services, Site and Server Maintenance.
Forums: A Gardeners Forum, Scouters World, and UGN Security
UBB.Threads: My UBB Themes, My UBB Scripts
Gizmo #311811 10/23/2006 8:32 PM
Joined: Oct 2006
Posts: 11
Newbie
Newbie
Offline
Joined: Oct 2006
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!

Joseph #311812 10/23/2006 8:51 PM
Joined: Oct 2006
Posts: 11
Newbie
Newbie
Offline
Joined: Oct 2006
Posts: 11
I found the thread, here, that was made by the creator of that style. https://ubbdev.com/forums/ubbth...ds=++Aqua&topic=0&Search=true#Post237694. The source and image files are all there.

Joseph #311813 10/24/2006 2:12 PM
Joined: Jan 2000
Posts: 5,833
Likes: 20
UBBDev / UBBWiki Owner
Time Lord
UBBDev / UBBWiki Owner
Time Lord
Joined: Jan 2000
Posts: 5,833
Likes: 20
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 - Putting Dev into UBB.threads
Company: VNC Web Services - UBB.threads Scripts and Scripting, Install and Upgrade Services, Site and Server Maintenance.
Forums: A Gardeners Forum, Scouters World, and UGN Security
UBB.Threads: My UBB Themes, My UBB Scripts
Sponsored Links
Gizmo #311815 10/24/2006 3:39 PM
Joined: Oct 2006
Posts: 11
Newbie
Newbie
Offline
Joined: Oct 2006
Posts: 11
I really appreciate that. Thank you!

Joseph #311826 10/28/2006 7:16 AM
Joined: Feb 2004
Posts: 182
Member
Member
Joined: Feb 2004
Posts: 182
I have done sometimes the attempt to produce styles
Attachments
2281-Aqua.zip (44.48 KB, 186 downloads)
2282-aqua.jpg (95.07 KB, 251 downloads)

Micky #311828 10/28/2006 4:15 PM
Joined: Jan 2000
Posts: 5,833
Likes: 20
UBBDev / UBBWiki Owner
Time Lord
UBBDev / UBBWiki Owner
Time Lord
Joined: Jan 2000
Posts: 5,833
Likes: 20
hehe, so does that mean I don't have to do it now? wink


UBB.Dev - Putting Dev into UBB.threads
Company: VNC Web Services - UBB.threads Scripts and Scripting, Install and Upgrade Services, Site and Server Maintenance.
Forums: A Gardeners Forum, Scouters World, and UGN Security
UBB.Threads: My UBB Themes, My UBB Scripts
Gizmo #311829 10/28/2006 5:59 PM
Joined: Feb 2004
Posts: 182
Member
Member
Joined: Feb 2004
Posts: 182
I had time, Gizmo, SORRY. grin But maybe it does not like Joseph... confused
I have improved something else...
Attachments
2283-Aqua.zip (44.46 KB, 71 downloads)

Micky #311831 10/28/2006 8:27 PM
Joined: Oct 2006
Posts: 11
Newbie
Newbie
Offline
Joined: Oct 2006
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.

Sponsored Links
Joseph #311832 10/28/2006 10:11 PM
Joined: Feb 2004
Posts: 182
Member
Member
Joined: Feb 2004
Posts: 182
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.

Micky #311833 10/29/2006 12:08 AM
Joined: Jan 2000
Posts: 5,833
Likes: 20
UBBDev / UBBWiki Owner
Time Lord
UBBDev / UBBWiki Owner
Time Lord
Joined: Jan 2000
Posts: 5,833
Likes: 20
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 - Putting Dev into UBB.threads
Company: VNC Web Services - UBB.threads Scripts and Scripting, Install and Upgrade Services, Site and Server Maintenance.
Forums: A Gardeners Forum, Scouters World, and UGN Security
UBB.Threads: My UBB Themes, My UBB Scripts
Gizmo #311834 10/29/2006 5:08 AM
Joined: Feb 2004
Posts: 182
Member
Member
Joined: Feb 2004
Posts: 182
Ohhh, now I have broken to you your weekend planning. Is sorry me. grin grin grin

Micky #311835 10/29/2006 12:08 PM
Joined: Oct 2006
Posts: 11
Newbie
Newbie
Offline
Joined: Oct 2006
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!

Joseph #311836 10/29/2006 12:14 PM
Joined: Oct 2006
Posts: 11
Newbie
Newbie
Offline
Joined: Oct 2006
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 (49.88 KB, 315 downloads)

Joseph #311838 10/29/2006 3:18 PM
Joined: Feb 2004
Posts: 182
Member
Member
Joined: Feb 2004
Posts: 182
So, here once again the new version with [7.x] Pretty Quotes of AllenAyres. grin grin grin
Attachments
2288-Aqua.zip (46.97 KB, 125 downloads)


Link Copied to Clipboard
Donate Today!
Donate via PayPal

Donate to UBBDev today to help aid in Operational, Server and Script Maintenance, and Development costs.

Please also see our parent organization VNC Web Services if you're in the need of a new UBB.threads Install or Upgrade, Site/Server Migrations, or Security and Coding Services.
Recommended Hosts
We have personally worked with and recommend the following Web Hosts:
Stable Host
bluehost
InterServer
Visit us on Facebook
Member Spotlight
Posts: 70
Joined: January 2007
Forum Statistics
Forums63
Topics37,573
Posts293,925
Members13,849
Most Online5,166
Sep 15th, 2019
Today's Statistics
Currently Online
Topics Created
Posts Made
Users Online
Birthdays
Top Posters
AllenAyres 21,079
JoshPet 10,369
LK 7,394
Lord Dexter 6,708
Gizmo 5,833
Greg Hard 4,625
Top Posters(30 Days)
Top Likes Received
isaac 82
Gizmo 20
Brett 7
Morgan 2
Top Likes Received (30 Days)
None yet
The UBB.Developers Network (UBB.Dev/Threads.Dev) is ©2000-2024 VNC Web Services

 
Powered by UBB.threads™ PHP Forum Software 8.0.0
(Preview build 20221218)