alisonrobin

Fibonacci Bio Code for TEFc w/o JS-- Free for Anyone to Use

Aug 28th, 2014
342
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 2.60 KB | None | 0 0
  1. <div id="primarybox"><div id="firstsmallouter" class="outer"><div id="firstsmallinner" class="inner"><div id="firstsmalltext" class="textbox">TEXT INSIDE THE TOP LEFT BOX.</div></div></div><div id="secondsmallouter" class="outer"><div id="secondsmallinner" class="inner"><div id="secondsmalltext" class="textbox">TEXT INSIDE THE SMALL BOX NOT ON THE TOP</div></div></div><div id="mediumouter" class="outer"><div id="mediuminner" class="inner"><div id="mediumtext" class="textbox">TEXT INSIDE THE TOP RIGHT BOX</div></div></div><div id="bigouter" class="outer"><div id="biginner" class="inner"><div id="bigtext" class="textbox">TEXT INSIDE THE BIG BOX</div></div></div><style>/* --Hello! I'm AlisonRobin and this is the CSS I made for anyone on the TEFc site to use and edit as they please. Have fun!-- *//*the main container*/ #primarybox {width:620px;height:1020px;border: 1px solid #000000;background:#303030;color:#000000;} /*links inside the main container*/ #primarybox a {color:#000000;text-decoration:underline;} /*next three IDs are for the big box, its inner part, and the invisible scrolls.*/ #bigouter {width:600px;height:600px;position:absolute;margin-top:410px;margin-left:10px;} #biginner {width:580px;height:580px;margin-top:10px;margin-left:10px;} #bigtext {width:577px;height:577px;padding:10px;text-align:center;} /*next three IDs are for the medium box, its inner part, and the invisible scrolls.*/ #mediumouter {width:400px;height:400px;position:absolute;margin-top:10px;margin-left:210px;} #mediuminner {width:380px;height:380px;margin-top:10px;margin-left:10px;} #mediumtext {width:377px;height:377px;padding:10px;} /*next three IDs are for the top small box, its inner part, and the invisible scrolls.*/ #firstsmallouter {width:200px;height:200px;position:absolute;margin-top:10px;margin-left:10px;} #firstsmallinner {width:180px;height:180px;margin-top:10px;margin-left:10px;} #firstsmalltext {width:177px;height:177px;padding:10px;text-align:right;} /*next three IDs are for the bottom small box, its inner part, and the invisible scrolls.*/ #secondsmallouter {width:200px;height:200px;position:absolute;margin-top:210px;margin-left:10px;} #secondsmallinner {width:180px;height:180px;margin-top:10px;margin-left:10px;} #secondsmalltext {width:177px;height:177px;padding:10px;text-align:right;} /*the class for all the outside parts of boxes*/ .outer {background:#8C8C8C;border:1px solid #000000;} /*the class for all the insides of the boxes*/ .inner {background:#cccccc;border: 1px solid #000000;overflow:hidden;} /*this keeps the text boxes regular regardless of how much text you have in them.*/ .textbox {overflow:scroll;}</style>
Add Comment
Please, Sign In to add comment