Difference between revisions of "User:Greenea/evergreen.css"

From selfstudy
(New page: #p-navigation { position:fixed; left:10px; top:10px; } #p-Standards { position:fixed; left:10px; top:100px; } #p-search { position:fixed; left:10px; top:200px; } #p-tb { position:fixed;...)
 
 
(20 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
/*<nowiki>*/
 +
/*#p-navigation {
 +
position:fixed;
 +
left:0px;
 +
top:54px;
 +
}
 +
 +
 
#p-navigation {
 
#p-navigation {
 
position:fixed;
 
position:fixed;
left:10px;
+
left:0px;
top:10px;
+
top:54px;
 
}
 
}
  
 
#p-Standards {
 
#p-Standards {
 
position:fixed;
 
position:fixed;
left:10px;
+
left:0px;
top:100px;
+
top:150px;
 
}
 
}
  
 
#p-search {
 
#p-search {
 
position:fixed;
 
position:fixed;
left:10px;
+
left:0px;
top:200px;
+
top:370px;
 
}
 
}
  
 
#p-tb {
 
#p-tb {
 
position:fixed;
 
position:fixed;
left:10px;
+
left:0px;
top:300px;
+
top:450px;
 +
}
 +
*/
 +
.tocnumber {
 +
display: none;
 
}
 
}

Latest revision as of 10:33, 10 June 2008

/*<nowiki>*/
/*#p-navigation {
position:fixed;
left:0px;
top:54px;
}


#p-navigation {
position:fixed;
left:0px;
top:54px;
}

#p-Standards {
position:fixed;
left:0px;
top:150px;
}

#p-search {
position:fixed;
left:0px;
top:370px;
}

#p-tb {
position:fixed;
left:0px;
top:450px;
}
*/
.tocnumber {
 display: none;
}