latest posts

Information, problems and conversation on anything and everything to do with Aura and these here boards.
User avatar
Matt
Noble Warrior
Posts: 4543
Joined: Mon Jun 14, 2004 1:39 pm
Location: England
Contact:

Post by Matt » Fri Mar 09, 2007 5:16 am

Ok, so is there some style I've never seen or is this one the one that SISTER OF SHANE (should be a replacement filter for sure) created?

EDIT:

and how is Shane?
Last edited by Matt on Fri Mar 09, 2007 5:17 am, edited 1 time in total.
User avatar
Mik
Born under a bad sign
Posts: 3394
Joined: Mon Jun 14, 2004 8:44 am
Location: Beyond your borders
Contact:

Post by Mik » Fri Mar 09, 2007 10:00 am

Means I'd have to fix the skin again ... then again it's been borked for ages so I prolly wouldn't bother.


http://forums.aura-online.co.uk/index.php?...&lastdate=86400


also at the bottom of the main page 'view active topics' same thing
Last edited by Mik on Fri Mar 09, 2007 10:06 am, edited 1 time in total.
User avatar
Matt
Noble Warrior
Posts: 4543
Joined: Mon Jun 14, 2004 1:39 pm
Location: England
Contact:

Post by Matt » Fri Mar 09, 2007 2:48 pm

Ahhh, yes, forgot about that.

And all you'd need to do is add this

Code: Select all

/* ============================================================== */
/* RTE STYLES
/* ============================================================== */

.rteimage {
	/*background: #252525;*/
	/*border: 1px outset transparent*/;
	cursor: pointer;
	cursor: hand;
	padding:1px;
}

.rteImageRaised {
	/*background: #252525;*/
	border: 1px outset;
	cursor: pointer;
	cursor: hand;
	padding:0px;
}

.rteImageLowered {
	/*background: #252525;*/
	border: 1px inset;
	cursor: pointer;
	cursor: hand;
	padding:0px;
}

.rteimage:hover {
	background-image: url(style_images/<#IMG_DIR#>/folder_rte_images/rte_tile.hover.gif);
	cursor: pointer;
	cursor: hand;
}

.rteVertSep {
	margin: 0 4px 0 4px;
}

.rteBack {
	background: #252525;
	border: 1px outset;
	letter-spacing: 0;
	padding: 2px;
}

/* used in ips_rte.js - do not remove */
.rtebottombutton
{
	font-size:10px;
	border:1px solid #444;
	border-top:0px;
	padding:3px;
	margin:0px;
	background-color: #262626;
}

/* used in ips_rte.js - do not remove */
.rtebottombuttonon
{
	font-size:10px;
	border:1px solid #444;
	border-top:0px;
	padding:3px;
	margin:0px;
	background-color: #252525;
}

.rtebuttonbar1 {
	/*background: #303030;*/
	background-image: url(style_images/<#IMG_DIR#>/folder_rte_images/rte_tile.gif);
	border: 1px solid #444;
	border-bottom:0px;
	letter-spacing: 0;
	padding: 2px;
	height:26px;
}

.rtebuttonbar2 {
	/*background: #303030;*/
	background-image: url(style_images/<#IMG_DIR#>/folder_rte_images/rte_tile.gif);
	border: 1px solid #444;
	border-top:1px solid #444;
	letter-spacing: 0;
	padding: 2px;
	height:26px;
}

.rtebuttonbar1 tbody tr td,
.rtebuttonbar1 tr td,
.rtebuttonbar2 tbody tr td,
.rtebuttonbar2 tr td,
.rteBack tbody tr td,
.rteBack tr td
{
	/*background: #252525;*/
	padding: 0;
}

.rteDiv {
	display: block;
	position: relative;
	padding:0px;
	margin:0px;
}

.rteiframe
{
	border:1px solid #444;
	background-color:#232323;
}

.rteselectbox
{
	font-size:11px;
}


.dny-edit-title
{
	border:0px;
	padding:3px;
	margin:0px;
	background: #262626; 
	color: #fff; 
}


/* ======================================== */
/* TABS
/* ======================================== */

.tabon
{
	border-top:1px solid #999;
	border-left:1px solid #999;
	border-right:1px solid #999;
	background-color:#FFF;
	padding:8px;
	padding-bottom:9px;
	font-size:10px;
	float:left;
	width:auto;
	margin-top:3px;
}

.taboff
{
	border-top: 1px solid #777;
	border-left: 1px solid #777;
	border-right: 1px solid #777;
	background-color: #B5C3D9;
	color: #333;
	padding: 8px;
	font-size:10px;
	float: left;
	width: auto;
	margin-top:3px;
}

.tabon a:link, 
.tabon a:visited, 
.tabon a:active
{
	text-decoration:none;
	color: #000;
}

.taboff a:link, 
.taboff a:visited, 
.taboff a:active
{
	text-decoration:none;
	color: #333;
}

.mya-back
{
	background: #072A66;
	margin:1px;
}

.mya-content
{
	background: #000;
	padding:8px;
	margin:1px;
	border: 1px solid #444;
}

/* -------------------------------- */
/* Create PM box defaults      */
/* -------------------------------- */

.iframeshim
{
	position:absolute;
	display:none;
	background: #FFF;
	filter:alpha(opacity=0);
	border:0px;
	width:auto;
	height:auto;
}



/* -------------------------------- */
/* Experimental           */
/* -------------------------------- */

.popupmenu
{
  background: #252525;
  border: 1px solid #444;
  text-align:left;
  font-size:10px;
  white-space:nowrap;
  /*padding:3px 5px 3px 3px;*/
  /*width:300px;*/
}

.popupmenu-item
{
	padding: 5px;
	/*margin-top:4px;*/
	white-space: nowrap;
}

.popupmenu-item-last
{
	padding: 5px;
	/*margin-top:4px;*/
	white-space: nowrap;
}

.popmenubutton
{
	width:120px;
	white-space:nowrap;
	background-color: transparent;
	color: #fff;
	font-weight:bold;
	float:right;
	height:18px;
	text-align:center;
	margin:0px;
	font-size:11px;
	padding:3px;
}


.popmenubutton a:link, 
.popmenubutton a:visited,
.popupmenu-item a:link, 
.popupmenu-item a:visited,
.popupmenu-item-last a:link, 
.popupmenu-item-last a:visited
{ 
	color: #bb4d4d; 
	text-decoration: none;
}

.popmenubutton a:hover, 
.popupmenu-item a:hover, 
.popupmenu-item-last a:hover
{ 
	color: #e9a9a9; 
	text-decoration: none;
}

.popupmenu-category
{ 
	background: transparent url(style_images/<#IMG_DIR#>/gradient.gif);
	border-top: 1px solid #555;
	border-bottom: 1px solid #555;
	color: #fff; 
	font-size: 10px;
	font-weight: bold; 
	letter-spacing: 1px;
	margin: 0; 
	padding: 5px; 
}
to the bottom of the existing CSS and colour it to match. Which is about an hours work if you don't know what changes what, but if you do it's a ten minute job.
User avatar
Super Goat Weed
Anti-Hero
Posts: 3407
Joined: Mon Jun 14, 2004 3:13 pm

Post by Super Goat Weed » Fri Mar 09, 2007 4:58 pm

Goatstradamas predicts at least 3 days of Mik or James crashing the server.
User avatar
Matt
Noble Warrior
Posts: 4543
Joined: Mon Jun 14, 2004 1:39 pm
Location: England
Contact:

Post by Matt » Fri Mar 09, 2007 5:17 pm

I had to reread that first word a few times before it sunk in :P
User avatar
Mik
Born under a bad sign
Posts: 3394
Joined: Mon Jun 14, 2004 8:44 am
Location: Beyond your borders
Contact:

Post by Mik » Sun Mar 11, 2007 6:49 pm

I'm too [s]lazy[/s] busy to break anything right now.
Last edited by Mik on Sun Mar 11, 2007 6:49 pm, edited 1 time in total.
April
Enforcer
Posts: 309
Joined: Mon Jun 14, 2004 5:06 am
Location: WonderLand

Post by April » Fri Mar 30, 2007 2:44 am

Matt wrote:Ok, so is there some style I've never seen or is this one the one that SISTER OF SHANE (should be a replacement filter for sure) created?

EDIT:

and how is Shane?
Yes yes. Sister of Shane made it. And he is well and back on aura now which im sure you've seen.
Post Reply