(still working on backgrounds. I think that maybe the portlet name is broken due to slash or space in the name...)
(there is probably some redundancy in this now... but it is working in IE (i hope) and firefox.)
Line 14: Line 14:
.portlet h5 {
.portlet h5 {
     border: 1px solid #818CA5;
     border: 1px solid #818CA5;
     background: #D9D2A9;
     background: #818CA5;
}
}


#p-navigation { background-color:#D9D2A9; }
.pBody { background: #D9D2A9; color:black; }


/* === Body === */
/* === Body === */
Line 76: Line 76:
}  
}  


#p-navigation .pBody a, #p-tb .pBody a, #p-lang .pBody a,  #p-participate .pBody a {  
#p-tb .pBody a, #p-lang .pBody a,  #p-participate .pBody a {  
     color: black; text-decoration: none;  
     color: black; text-decoration: none;  
}  
}  


#p-navigation .pBody a:hover, #p-tb .pBody a:hover, #p-lang .pBody a:hover, #p-participate .pBody a:hover {  
##p-navigation .pBody a:hover, p-tb .pBody a:hover, #p-lang .pBody a:hover, #p-participate .pBody a:hover {  
     color: #555 !important;  
     color: #555 !important;  
}  
}  
Line 108: Line 108:
}
}


/*</nowiki></pre>*/


/*</nowiki></pre>*/
/*</nowiki></pre>*/

Revision as of 13:44, 20 May 2007

/* Strongly adapted from Wikia see http://sustainapedia.org/index.php?title=MediaWiki:Monobook.css&action=history for the history of edits.  See [[User:Lonny/monobook.css]] for more. */
/* See also: [[MediaWiki:Common.css]] */
/*<pre><nowiki>*/

/* === Bold 'edit this page' link to encourage newcomers === */

#ca-edit a { 
    font-weight: bold !important; 
}


/* === Left Navigation === */

.portlet h5 {
    border: 1px solid #818CA5;
    background: #818CA5;
}

.pBody { background: #D9D2A9; color:black; }

/* === Body === */

body { 
    background: #DABBA9 url(images/2/29/BrickFade.jpg) 0px 0px fixed repeat-y; 
    font-family: Verdana, Arial, Helvetica, sans-serif;
}


/* === Borders === */

#content {
    border: 2px solid #818CA5;
}

#p-cactions li.selected {
    border-color: #8CB28B;
}

#footer {
    border-top: 1px solid #818CA5;
    border-bottom: 1px solid #818CA5;
    background: #D9D2A9;
}

#p-navigation .pBody, #p-search .pBody, #p-tb .pBody, #portlet h5 .pBody { 
    border: 1px solid #818CA5;
}

.pBody { 
    border: 1px solid #818CA5;
}

/* === Bullets === */

ul {
    list-style-image: url(images/3/35/BulletOn.png);
}

.portlet ul {
    list-style-image: url(images/7/75/BulletOff.png); 
}
.portlet ul li:hover { 
    list-style-image: url(images/3/35/BulletOn.png); 
}

/* === search box === */

#searchInput { 
    background: #ECFFE6; border: 2px solid #8CB28B; 
} 

/* navigation and other left-menu boxes */

#p-search, #p-navigation, #p-tb, #p-lang, #p-participate { 
    margin: 1em 0.5em; width: 11.2em; 
} 

#p-tb .pBody a, #p-lang .pBody a,  #p-participate .pBody a { 
    color: black; text-decoration: none; 
} 

##p-navigation .pBody a:hover, p-tb .pBody a:hover, #p-lang .pBody a:hover, #p-participate .pBody a:hover { 
    color: #555 !important; 
} 

/* Personal links at the top right */

#p-personal .pBody ul { 
    background: #D9D2A9; border-bottom: 1px solid #818CA5; border-left: 1px solid #818CA5; float: right; padding-left: 0; height: 1.45em; 
} 

#p-personal li { 
    margin: 0; 
} 

#p-personal li a { 
    padding: 0.5em; 
} 

#p-personal li a:hover { 
    background: #8CB28B; 
}

/* === main page === */

.page-Welcome_to_Appropedia h1.firstHeading { 
    Color: #DABBA9; 
}


/*</nowiki></pre>*/
Cookies help us deliver our services. By using our services, you agree to our use of cookies.