(Moved search box to upper left... still needs work.)
(getting closer)
Line 29: Line 29:
#content {
#content {
     border: 2px solid #818CA5;
     border: 2px solid #818CA5;
    position: relative;
    top: 11px;
}
}


Line 41: Line 43:
}
}


#p-navigation .pBody, #p-search .pBody, #p-tb .pBody, #portlet h5 .pBody {  
#p-navigation .pBody, #p-tb .pBody, #portlet h5 .pBody {  
     border: 1px solid #818CA5;
     border: 1px solid #818CA5;
}
}
Line 87: Line 89:
{
{
   position: absolute;
   position: absolute;
   top: 0; right: 0;
   top: 0; right: -10px;
   width: 30%;
   width: 250px;
   padding: 0.3em;
   padding: 0.2em;
}
}



Revision as of 22:38, 31 May 2007

/* CSS placed here will affect users of the Monobook skin */
/*<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;
    position: relative;
    top: 11px;
}

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

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

#p-navigation .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); 
}

/* navigation and other left-menu boxes */

#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; 
} 

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

#p-search
{
  position: absolute;
  top: 0; right: -10px;
  width: 250px;
  padding: 0.2em;
}

#p-search h5 { display: none; }


#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: #818CA5; 
}


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