<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://mywikibiz.com/index.php?action=history&amp;feed=atom&amp;title=Common.css</id>
	<title>Common.css - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://mywikibiz.com/index.php?action=history&amp;feed=atom&amp;title=Common.css"/>
	<link rel="alternate" type="text/html" href="https://mywikibiz.com/index.php?title=Common.css&amp;action=history"/>
	<updated>2026-06-14T02:30:14Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.3</generator>
	<entry>
		<id>https://mywikibiz.com/index.php?title=Common.css&amp;diff=96439&amp;oldid=prev</id>
		<title>Ockham: New page: div#siteNotice { 	width:100%; 	/* makes the div full width */ 	float:left; /*makes the div enclose the list */ 	font-size:.8em;	/* SET FONT-SIZE HERE */   margin:1px 0 1em 0;   padding:0; ...</title>
		<link rel="alternate" type="text/html" href="https://mywikibiz.com/index.php?title=Common.css&amp;diff=96439&amp;oldid=prev"/>
		<updated>2009-10-31T16:12:57Z</updated>

		<summary type="html">&lt;p&gt;New page: div#siteNotice { 	width:100%; 	&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;makes the div full width: &lt;/span&gt; 	float:left; &lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;makes the div enclose the list: &lt;/span&gt; 	font-size:.8em;	&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;SET FONT-SIZE HERE: &lt;/span&gt;   margin:1px 0 1em 0;   padding:0; ...&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;div#siteNotice {&lt;br /&gt;
	width:100%; 	/* makes the div full width */&lt;br /&gt;
	float:left; /*makes the div enclose the list */&lt;br /&gt;
	font-size:.8em;	/* SET FONT-SIZE HERE */&lt;br /&gt;
  margin:1px 0 1em 0;&lt;br /&gt;
  padding:0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
div#siteNotice ul {&lt;br /&gt;
	margin-left:0px; /* reset */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
div#siteNotice li {&lt;br /&gt;
	float:left;	/* causes the list to align horizontally instead of stack */&lt;br /&gt;
	position:relative; /* positioning context for the absolutely positioned drop-down */&lt;br /&gt;
	list-style-type:none;	/* removes the bullet off each list item */&lt;br /&gt;
	list-style-image: none;&lt;br /&gt;
	background-color:#F1F1CB; /*sets the background of the menu items */&lt;br /&gt;
	border-right:1px solid #002bb8; /* creates dividing lines between the li elements */&lt;br /&gt;
  border-top:1px solid #002bb8;&lt;br /&gt;
  border-bottom:1px solid #002bb8;&lt;br /&gt;
  margin: -4px 0 -5px 0; /*Brings the menu items up */     &lt;br /&gt;
  padding:0 6px; /*creates space each side of menu item's text */&lt;br /&gt;
}&lt;br /&gt;
div#siteNotice li:first-child {&lt;br /&gt;
        -moz-border-radius-topleft: .5em;&lt;br /&gt;
        padding-bottom:0px; /*to fix from rounded edge */&lt;br /&gt;
        border-left:1px solid #002bb8; /*the first vertical line on the menu */&lt;br /&gt;
}&lt;br /&gt;
div#siteNotice li:last-child {&lt;br /&gt;
        -moz-border-radius-topright: .5em;&lt;br /&gt;
        padding-bottom:0px; /*to fix from rounded edge */	&lt;br /&gt;
}&lt;br /&gt;
div#siteNotice li:hover { &lt;br /&gt;
	background-color:#FFF; /*sets the background of the menu items */&lt;br /&gt;
}&lt;br /&gt;
div#siteNotice a {&lt;br /&gt;
	display:block; /*makes list items in drop down highlight and wrapped lines indent correctly */&lt;br /&gt;
	color:#002bb8;	/* sets the font color */&lt;br /&gt;
}&lt;br /&gt;
/* the horizontal menu ends here */&lt;br /&gt;
&lt;br /&gt;
/* the drop-down starts here */&lt;br /&gt;
div#siteNotice ul li ul {&lt;br /&gt;
	margin:0; /* prevents the TEMP value inheriting from the horiz menu  */&lt;br /&gt;
	position:absolute; /* positions the drop-down ul in relation to its relatively positioned li parent */&lt;br /&gt;
	width:10em; /*sets the width of the menu - in combo with the li's 100% width, makes the menu stack*/&lt;br /&gt;
	left:-1px; /*aligns the drop exactly under the menu */&lt;br /&gt;
}&lt;br /&gt;
div#siteNotice ul li ul li {&lt;br /&gt;
	margin: -1px 0 0 0; /* prevents the margin value inheriting from the horiz menu + bring menu items up  */&lt;br /&gt;
	width:100%; /* makes the list items fill the list container (ul) */&lt;br /&gt;
	border-left:1px solid #069; /*  three sides of each drop-down item */&lt;br /&gt;
	list-style-type:none;	/* removes the bullet off each list item */&lt;br /&gt;
	list-style-image:none;	/* removes the bullet off each list item */&lt;br /&gt;
	padding:0 0 1px;&lt;br /&gt;
}&lt;br /&gt;
div#siteNotice ul li ul li:first-child {&lt;br /&gt;
  -moz-border-radius-topleft: 0;	/* needed to hide curve */&lt;br /&gt;
}&lt;br /&gt;
div#siteNotice ul li ul li:last-child {&lt;br /&gt;
 -moz-border-radius-bottomright: 1em;&lt;br /&gt;
 -moz-border-radius-bottomleft: 1em;&lt;br /&gt;
 -moz-border-radius-topright: 0;&lt;br /&gt;
 padding-right:1px; /*to move over right side rounded edge */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* make the drop-down display as the menu is rolled over */&lt;br /&gt;
div#siteNotice ul li ul {display:none;} /* conceals the drop-down when menu not hovered */&lt;br /&gt;
div#siteNotice ul li:hover ul {display:block; } /* shows the drop-down when the menu is hovered */&lt;br /&gt;
&lt;br /&gt;
/* pop-out starts here */&lt;br /&gt;
body div#siteNotice ul li ul li ul  {&lt;br /&gt;
	visibility:hidden; /* same effect as display:none in this situation */&lt;br /&gt;
	top:-1px;&lt;br /&gt;
	left:10em;&lt;br /&gt;
}&lt;br /&gt;
div#siteNotice ul li ul li:hover ul {visibility:visible; } /* same effect as display:block in this situation */&lt;br /&gt;
div#siteNotice ul li ul li:hover ul li {padding-right:1px; -moz-border-radius-topright: 0;}&lt;br /&gt;
div#siteNotice ul li ul li:hover ul li:last-child {-moz-border-radius-topright: 0;}&lt;br /&gt;
&lt;br /&gt;
/* second level popouts */&lt;br /&gt;
div#siteNotice ul li ul li:hover ul li ul {visibility:hidden;}&lt;br /&gt;
div#siteNotice ul li ul li ul li:hover ul {visibility:visible; margin-top:1px} /* same effect as display:block in this situation */&lt;br /&gt;
div#siteNotice ul li ul li ul li:hover ul li:last-child {-moz-border-radius-topright: 0;} &lt;br /&gt;
&lt;br /&gt;
/* third level popouts */&lt;br /&gt;
div#siteNotice ul li ul li ul li:hover ul li ul {visibility:hidden;}&lt;br /&gt;
div#siteNotice ul li ul li ul li ul li:hover ul {visibility:visible; margin-top:1px} /* same effect as display:block in this situation */&lt;br /&gt;
div#siteNotice ul li ul li ul li ul li:hover ul li:last-child {-moz-border-radius-topright: 0;} &lt;br /&gt;
&lt;br /&gt;
/* THE HACK ZONE - */&lt;br /&gt;
&lt;br /&gt;
/* hack for IE (all flavors) so the menu has a vertical line on the left */&lt;br /&gt;
* html div#siteNotice ul {&lt;br /&gt;
	float:left; /* makes the ul wrap the li's */&lt;br /&gt;
	border-left:1px solid #069; /* adds the rightmost menu vertical line to the ul */&lt;br /&gt;
	}&lt;br /&gt;
	&lt;br /&gt;
/* and the &amp;quot;be nice to Opera&amp;quot; rule */&lt;br /&gt;
html&amp;gt;body div#siteNotice ul li ul li ul {&lt;br /&gt;
  left:10em;&lt;br /&gt;
  }&lt;br /&gt;
&lt;br /&gt;
/* an Opera-only hack to fix a redraw problem by invisibly extending the ul */&lt;br /&gt;
/* the first-level drop stays open for 100px below the bottom but at least it works */&lt;br /&gt;
/* this can be reduced to as little as 22px if you don't have pop-outs */&lt;br /&gt;
/* the pop-out menu stays open for 22px below the bottom but at least it works&lt;br /&gt;
&lt;br /&gt;
Not Tested!! */&lt;br /&gt;
	@media all and (min-width: 0px){&lt;br /&gt;
   body div#siteNotice ul li ul {padding-bottom:200px;}&lt;br /&gt;
   body div#siteNotice ul li ul li ul {padding-bottom:22px;}&lt;br /&gt;
   body div#siteNotice ul li ul li ul li ul li:hover {visibility:visible;} /* same effect as display:block in this situation */&lt;br /&gt;
   }&lt;br /&gt;
&lt;br /&gt;
/*end Opera hack */&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
/* finally after feeding values to all others, we deal with MAc5 IE */&lt;br /&gt;
/* IE5 Mac can't do drop-downs so we need to present the info in a different way*/&lt;br /&gt;
/* we present the drop down choices in a row and never show any second-level drops */&lt;br /&gt;
 /* this stylesheet is read by IE5 Mac only - hack omits 'url' and leave no space between @import and (&amp;quot;   &lt;br /&gt;
Not Tested!!*/&lt;br /&gt;
@import(&amp;quot;/wiki/skins/common/dropdown/ie51_menu_hack.css&amp;quot;); &lt;br /&gt;
/* END OF DROP DOWN MENUS */&lt;/div&gt;</summary>
		<author><name>Ockham</name></author>
	</entry>
</feed>