NEW ROSEBOWL LAYOUT HERE-----Just a reminder that I will be making more layouts this summer so dont get mad if I dont do one of your requests. THX ------
Rosebowl
Oklahoma
<div style="font-size:24px;letter-spacing:normal;font-weight:bold;font-family:verdana;color:#BF0000;filter:Glow(color=#000000,strength=4);height:32px;">Oklahoma Sooners</div> <!-- Blink Boxes : Provided by Blogring.net --> <script language=JavaScript> <!-- //blink boxes - xanga.com/add_ons //by sean f http://www.xanga.com/seanmeister //fixed to work with new security measures by //hotaru_01 http://www.xanga.com/hotaru_01 // customize by changing the values below // these are the various colors, in quotes, seperated by commas var blinkColors = new Array("#BF0000","black"); // the border color var blinkBorderColor = "white" // the border width, in pixels var blinkBorderWidth = 4; // the # of rows var blinkRows = 1; // the # of columns var blinkCols = 5; // the width of the entire box, in pixels or % var blinkWidth = 625; // the height of each row, in pixels var blinkRowHeight = 10; // speed of blinking, in milliseconds var blinkRate = 8; // do not edit below this line st=setTimeout; document.write("<table id='blinkbox' width='" + blinkWidth +"' border = 0 cellspacing='" + blinkBorderWidth + "' cellpadding=0 bgcolor='" + blinkBorderColor +"'>"); for (r = 0; r < blinkRows; r++){ document.write("<TR>"); for (c = 0; c < blinkCols; c++){ document.write("<TD height='" + blinkRowHeight + "'></TD>"); } document.write("</TR>"); } document.write("</table>"); // ... and this makes it blink function blinkIt() { changecell = Math.floor(Math.random() * (blinkCols * blinkRows)); changecolor = Math.floor(Math.random() * blinkColors.length); bb = document.getElementById("blinkbox"); bbtd = bb.getElementsByTagName("td"); bbtd[changecell].style.backgroundColor = blinkColors[changecolor]; st('blinkIt()', blinkRate); } blinkIt(); //--> </SCRIPT> <!-- End Script by Blogring.net --> <CENTER><img src="http://i22.photobucket.com/albums/b306/mikey211112/asdasd.jpg"></CENTER><a href="http://www.xanga.com/All_College_Layouts">All_College_Layouts</a> <style type="text/css"> /*by [Michael] xanga.com/mikey21211*/ /* <a href='http://BlogRing.Net' target='_blank'>http://BlogRing.Net</a> */ body { background-color: grey; background-image: url(http://sooner.nmn.speedera.net/pics28/400/EK/EKLDTONVQGHMOAE.20041011012049.jpg); background-repeat: no-repeat; background-attachment: fixed; background-position: bottom right; scrollbar-arrow-color: #000000; scrollbar-track-color: black; scrollbar-shadow-color: #000000; scrollbar-face-color: white; scrollbar-highlight-color: #FFFFFF; scrollbar-darkshadow-color:#000000e; scrollbar-3dlight-color: #BF0000; } .left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p { /* edits main text */ font:normal 12px Tahoma; line-height:18px; color:#Bf0000; letter-spacing:0px; text-align:justify; } table.footer TD { /* this makes the footer at the bottom centered */ /* leave it alone unless you know what to do*/ text-align: center; } div.blogheader, .caption { /* edits the dates */ font-family:tahoma; text-transform:lowercase; font-size:11px; line-height:16px; font-weight:bold; background-color: none; color: black; letter-spacing:1px; text-align: center; background-color: #Bf0000; border: 3px solid black; } a:link, .footernav.link, a.footernav:link, a.footernav:active { /* edits all links */ color: #BF0000; text-decoration: Tahoma; } a:visited, a.footernav:visited, { /* edits the links that the user has visited */ color: white; text-decoration: none; } a:hover { /* edits when user mouseovers the links */ color: #Bf0000; cursor: hand ; text-decoration: none; font:bold 11px arial; line-height:16px; background-color: #000000; border: 3px solid #Bf0000; } input, select, textarea, .textfield, .button { /* this edits the buttons, dropdowns, etc. */ border: 4px solid black; font:normal 12px Tahoma; background-color: white; letter-spacing:0px; color: #bf0000; } table.left { /* this edits the menu module */ border: 4px solid #bf0000; width:160px; } table.blogbody { /* this edits the other the place where the blog is */ border: 4px solid #bf0000; background-color: white; width:400px; font:normal 12px tahoma; line-height:18px; color: #000000; } table.left th { /* on your menu module, this edits the title part of it */ /* like BLOGRINGS, POSTING CALENDAR, etc */ background-image: none; background-color: #000000; font: bold 12px tahoma; text-transform: lowercase; color: #bf0000; border: 2px solid #Bf0000; } table.left TD { /* on your menu module, this edits the body part of it */ background-image: none; background-color: #000000; border: 2px solid #bf0000; font:normal 12px tahoma; line-height:18px; color: #bf0000; } table.search TD, table.search, table.announcements { /* border of search bar (if you have it) */ background-color: #000000; border: 2px solid black; } table.search TD, table.announcements TH { /* this should be left alone */ /* unless you know what to do */ border: 2px solid #000000; } table.navigation, table.main, table.footer { /* the width of your blog with modules */ width: 750px; } hr { /* horizontal divider */ border: 1px solid black; } </style> <BODY style="border-bottom: #000000 25t solid; border-top: black 25t solid; border-left: #bf0000 25t solid; border-right: #bf0000 25t solid"></TBODY> <!-- begin code provided by createblog.com --> <style type="text/css"> .blogbody b, .standard b, p b, strong { /* edits bolded text in your entry */ font-weight: bold; color: #000000; } </style> <!-- end code provided by createblog.com -->
Texas
<div style="font-size:24px;letter-spacing:normal;font-weight:bold;font-family:verdana;color:#CC6600;filter:Glow(color=#000000,strength=4);height:32px;">TEXAS LONGHORNS</div> <!-- Blink Boxes : Provided by Blogring.net --> <script language=JavaScript> <!-- //blink boxes - xanga.com/add_ons //by sean f http://www.xanga.com/seanmeister //fixed to work with new security measures by //hotaru_01 http://www.xanga.com/hotaru_01 // customize by changing the values below // these are the various colors, in quotes, seperated by commas var blinkColors = new Array("#CC6600","black"); // the border color var blinkBorderColor = "orange" // the border width, in pixels var blinkBorderWidth = 4; // the # of rows var blinkRows = 1; // the # of columns var blinkCols = 5; // the width of the entire box, in pixels or % var blinkWidth = 625; // the height of each row, in pixels var blinkRowHeight = 10; // speed of blinking, in milliseconds var blinkRate = 8; // do not edit below this line st=setTimeout; document.write("<table id='blinkbox' width='" + blinkWidth +"' border = 0 cellspacing='" + blinkBorderWidth + "' cellpadding=0 bgcolor='" + blinkBorderColor +"'>"); for (r = 0; r < blinkRows; r++){ document.write("<TR>"); for (c = 0; c < blinkCols; c++){ document.write("<TD height='" + blinkRowHeight + "'></TD>"); } document.write("</TR>"); } document.write("</table>"); // ... and this makes it blink function blinkIt() { changecell = Math.floor(Math.random() * (blinkCols * blinkRows)); changecolor = Math.floor(Math.random() * blinkColors.length); bb = document.getElementById("blinkbox"); bbtd = bb.getElementsByTagName("td"); bbtd[changecell].style.backgroundColor = blinkColors[changecolor]; st('blinkIt()', blinkRate); } blinkIt(); //--> </SCRIPT> <!-- End Script by Blogring.net --> <CENTER><img src="http://www.utexas.edu/graphics/wordmark_tower.gif"></CENTER><a href="http://www.xanga.com/All_College_Layouts">All_College_Layouts</a> <style type="text/css"> /*by [Someone] xanga.com/All_College_Layouts*/ /* <a href='http://BlogRing.Net' target='_blank'>http://BlogRing.Net</a> */ body { background-color: grey; background-image: url(http://www.statesman.com/horns/content/sports/photos/010505_rose_game/photo17.jpg); background-repeat: no-repeat; background-attachment: fixed; background-position: bottom right; scrollbar-arrow-color: #000000; scrollbar-track-color: black; scrollbar-shadow-color: orange; scrollbar-face-color: white; scrollbar-highlight-color: #FFFFFF; scrollbar-darkshadow-color:orange; scrollbar-3dlight-color: #CC6600; } .left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p { /* edits main text */ font:normal 12px Tahoma; line-height:18px; color:#CC6600; letter-spacing:0px; text-align:justify; } table.footer TD { /* this makes the footer at the bottom centered */ /* leave it alone unless you know what to do*/ text-align: center; } div.blogheader, .caption { /* edits the dates */ font-family:tahoma; text-transform:lowercase; font-size:11px; line-height:16px; font-weight:bold; background-color: none; color: black; letter-spacing:1px; text-align: center; background-color: #CC6600; border: 3px solid black; } a:link, .footernav.link, a.footernav:link, a.footernav:active { /* edits all links */ color: #CC6600; text-decoration: Tahoma; } a:visited, a.footernav:visited, { /* edits the links that the user has visited */ color: black; text-decoration: none; } a:hover { /* edits when user mouseovers the links */ color: #000000; cursor: hand ; text-decoration: none; font:bold 11px arial; line-height:16px; background-color: orange; border: 3px solid #000000; } input, select, textarea, .textfield, .button { /* this edits the buttons, dropdowns, etc. */ border: 4px solid black; font:normal 12px Tahoma; background-color: white; letter-spacing:0px; color: #CC6600; } table.left { /* this edits the menu module */ border: 4px solid #CC6600; width:160px; } table.blogbody { /* this edits the other the place where the blog is */ border: 4px solid orange; background-color: white; width:400px; font:normal 12px tahoma; line-height:18px; color: #000000; } table.left th { /* on your menu module, this edits the title part of it */ /* like BLOGRINGS, POSTING CALENDAR, etc */ background-image: none; background-color: orange; font: bold 12px tahoma; text-transform: lowercase; color: #000000; border: white; } table.left TD { /* on your menu module, this edits the body part of it */ background-image: none; background-color: orange; border: ; font:normal 12px tahoma; line-height:18px; color: black; } table.search TD, table.search, table.announcements { /* border of search bar (if you have it) */ background-color: orange; border: 2px solid black; } table.search TD, table.announcements TH { /* this should be left alone */ /* unless you know what to do */ border: 2px solid gold; } table.navigation, table.main, table.footer { /* the width of your blog with modules */ width: 750px; } hr { /* horizontal divider */ border: 1px solid black; } </style> <BODY style="border-bottom: orange 25t solid; border-top: black 25t solid; border-left: #CC6600 25t solid; border-right: #CC6600 25t solid"></TBODY> <!-- begin code provided by createblog.com --> <style type="text/css"> .blogbody b, .standard b, p b, strong { /* edits bolded text in your entry */ font-weight: bold; color: orange; } </style> <!-- end code provided by createblog.com -->
Virginia Tech
<div style="font-size:24px;letter-spacing:normal;font-weight:bold;font-family:verdana;color:#B22222;filter:Glow(color=#EE7621,strength=4);height:32px;">Virginia Tech Hokies</div> <!-- Blink Boxes : Provided by Blogring.net --> <script language=JavaScript> <!-- //blink boxes - xanga.com/add_ons //by sean f http://www.xanga.com/seanmeister //fixed to work with new security measures by //hotaru_01 http://www.xanga.com/hotaru_01 // customize by changing the values below // these are the various colors, in quotes, seperated by commas var blinkColors = new Array("#B22222","#EE7621"); // the border color var blinkBorderColor = "white" // the border width, in pixels var blinkBorderWidth = 4; // the # of rows var blinkRows = 1; // the # of columns var blinkCols = 5; // the width of the entire box, in pixels or % var blinkWidth = 625; // the height of each row, in pixels var blinkRowHeight = 10; // speed of blinking, in milliseconds var blinkRate = 8; // do not edit below this line st=setTimeout; document.write("<table id='blinkbox' width='" + blinkWidth +"' border = 0 cellspacing='" + blinkBorderWidth + "' cellpadding=0 bgcolor='" + blinkBorderColor +"'>"); for (r = 0; r < blinkRows; r++){ document.write("<TR>"); for (c = 0; c < blinkCols; c++){ document.write("<TD height='" + blinkRowHeight + "'></TD>"); } document.write("</TR>"); } document.write("</table>"); // ... and this makes it blink function blinkIt() { changecell = Math.floor(Math.random() * (blinkCols * blinkRows)); changecolor = Math.floor(Math.random() * blinkColors.length); bb = document.getElementById("blinkbox"); bbtd = bb.getElementsByTagName("td"); bbtd[changecell].style.backgroundColor = blinkColors[changecolor]; st('blinkIt()', blinkRate); } blinkIt(); //--> </SCRIPT> <!-- End Script by Blogring.net --> <CENTER><img src="http://i22.photobucket.com/albums/b306/mikey211112/proudpast.jpg"></CENTER><a href="http://www.xanga.com/All_College_Layouts">All_College_Layouts</a> <style type="text/css"> /*by [Michael] xanga.com/mikey21211*/ /* <a href='http://BlogRing.Net' target='_blank'>http://BlogRing.Net</a> */ body { background-color: grey; background-image: url(http://i22.photobucket.com/albums/b306/mikey211112/051001_vick_hmed_1p.jpg); background-repeat: no-repeat; background-attachment: fixed; background-position: bottom right; scrollbar-arrow-color: #000000; scrollbar-track-color: black; scrollbar-shadow-color: #EE7621; scrollbar-face-color: white; scrollbar-highlight-color: #FFFFFF; scrollbar-darkshadow-color: #EE7621; scrollbar-3dlight-color: #b22222; } .left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p { /* edits main text */ font:normal 12px Tahoma; line-height:18px; color:#b22222; letter-spacing:0px; text-align:justify; } table.footer TD { /* this makes the footer at the bottom centered */ /* leave it alone unless you know what to do*/ text-align: center; } div.blogheader, .caption { /* edits the dates */ font-family:tahoma; text-transform:lowercase; font-size:11px; line-height:16px; font-weight:bold; background-color: none; color: black; letter-spacing:1px; text-align: center; background-color: #b22222; border: 3px solid black; } a:link, .footernav.link, a.footernav:link, a.footernav:active { /* edits all links */ color: #b22222; text-decoration: Tahoma; } a:visited, a.footernav:visited, { /* edits the links that the user has visited */ color: black; text-decoration: none; } a:hover { /* edits when user mouseovers the links */ color: #000000; cursor: hand ; text-decoration: none; font:bold 11px arial; line-height:16px; background-color: #EE7621; border: 3px solid #000000; } input, select, textarea, .textfield, .button { /* this edits the buttons, dropdowns, etc. */ border: 4px solid black; font:normal 12px Tahoma; background-color: white; letter-spacing:0px; color: #b22222; } table.left { /* this edits the menu module */ border: 4px solid #b22222; width:160px; } table.blogbody { /* this edits the other the place where the blog is */ border: 4px solid #EE7621; background-color: white; width:400px; font:normal 12px tahoma; line-height:18px; color: #000000; } table.left th { /* on your menu module, this edits the title part of it */ /* like BLOGRINGS, POSTING CALENDAR, etc */ background-image: none; background-color: #EE7621; font: bold 12px tahoma; text-transform: lowercase; color: #000000; border: 2px solid #b22222; } table.left TD { /* on your menu module, this edits the body part of it */ background-image: none; background-color: #EE7621; border: 2px solid #b22222; font:normal 12px tahoma; line-height:18px; color: black; } table.search TD, table.search, table.announcements { /* border of search bar (if you have it) */ background-color: #EE7621; border: 2px solid black; } table.search TD, table.announcements TH { /* this should be left alone */ /* unless you know what to do */ border: 2px solid #EE7621; } table.navigation, table.main, table.footer { /* the width of your blog with modules */ width: 750px; } hr { /* horizontal divider */ border: 1px solid black; } </style> <BODY style="border-bottom: #EE7621 25t solid; border-top: black 25t solid; border-left: #b22222 25t solid; border-right: #b22222 25t solid"></TBODY> <!-- begin code provided by createblog.com --> <style type="text/css"> .blogbody b, .standard b, p b, strong { /* edits bolded text in your entry */ font-weight: bold; color: #EE7621; } </style> <!-- end code provided by createblog.com -->
Southern California
<font style="font-size:11px;color:white;font-family:Arial"><marquee behavior=alternate><marquee width="175"><img src="http://i22.photobucket.com/albums/b306/mikey211112/deulac11110082308.jpg"><img src="http://i22.photobucket.com/albums/b306/mikey211112/usc.jpg"><img src="http://i22.photobucket.com/albums/b306/mikey211112/asdfas.jpg"><img src="http://i22.photobucket.com/albums/b306/mikey211112/5071786_18_1.jpg"><img src="http://i22.photobucket.com/albums/b306/mikey211112/usc_trojan_football.jpg"><img src="http://i22.photobucket.com/albums/b306/mikey211112/2004-08-27uscbush.jpg"> <img src="http://i22.photobucket.com/albums/b306/mikey211112/1104usc1.jpg"> <img src="http://i22.photobucket.com/albums/b306/mikey211112/p1_leinart3_all.jpg"> <img src="http://i22.photobucket.com/albums/b306/mikey211112/line.jpg"> <img src="http://i22.photobucket.com/albums/b306/mikey211112/inmc12210160035.jpg"> <img src="http://i22.photobucket.com/albums/b306/mikey211112/2004-12-05s_usc.jpg"> </marquee></marquee> <table> <TR> <td> <fieldset> <marquee direction="left" height=35 width=50 scrollamount="2"><font color=#990000 family="arial" size=1>USC</font> </marquee> </fieldset> </td> <td> <fieldset> <marquee direction="down" height=35 width=50 scrollamount="1"><font color=black family="arial" size=1> #1</font> </marquee> </fieldset> </td> <td> <fieldset> <marquee direction="right" height=35 width=50 scrollamount="1"><font color=#990000 family="arial" size=1> COLLEGE</font> </marquee> </fieldset> </td> <td> <fieldset> <marquee direction="left" height=35 width=50 scrollamount="1"><font color=black family="arial" size=1> FOOTBALL</font> </marquee> </fieldset> </td> <td> <fieldset> <marquee direction="up" height=35 width=50 scrollamount="1"><font color=#990000 family="arial" size=1> PROGRAM</font> </marquee> </fieldset> </td> <td> <fieldset> <marquee direction="down" height=35 width=53 scrollamount="1"><font color=black family="arial" size=1>NATION</font> </marquee> </fieldset> </td> <td><td> <fieldset> <marquee direction="down" height=35 width=53 scrollamount="1"><font color=#990000 family="arial" size=1>WIDE!!!!</font> </marquee> </fieldset> </td> <td> </TABLE> <div style="font-size:24px;letter-spacing:normal;font-weight:bold;font-family:verdana;color:#990000;filter:Glow(color=#FFCC11,strength=4);height:32px;">Southern California Trojans</div> <!-- Blink Boxes : Provided by Blogring.net --> <script language=JavaScript> <!-- //blink boxes - xanga.com/add_ons //by sean f http://www.xanga.com/seanmeister //fixed to work with new security measures by //hotaru_01 http://www.xanga.com/hotaru_01 // customize by changing the values below // these are the various colors, in quotes, seperated by commas var blinkColors = new Array("#990000","#FFCC11"); // the border color var blinkBorderColor = "white" // the border width, in pixels var blinkBorderWidth = 4; // the # of rows var blinkRows = 1; // the # of columns var blinkCols = 5; // the width of the entire box, in pixels or % var blinkWidth = 625; // the height of each row, in pixels var blinkRowHeight = 10; // speed of blinking, in milliseconds var blinkRate = 8; // do not edit below this line st=setTimeout; document.write("<table id='blinkbox' width='" + blinkWidth +"' border = 0 cellspacing='" + blinkBorderWidth + "' cellpadding=0 bgcolor='" + blinkBorderColor +"'>"); for (r = 0; r < blinkRows; r++){ document.write("<TR>"); for (c = 0; c < blinkCols; c++){ document.write("<TD height='" + blinkRowHeight + "'></TD>"); } document.write("</TR>"); } document.write("</table>"); // ... and this makes it blink function blinkIt() { changecell = Math.floor(Math.random() * (blinkCols * blinkRows)); changecolor = Math.floor(Math.random() * blinkColors.length); bb = document.getElementById("blinkbox"); bbtd = bb.getElementsByTagName("td"); bbtd[changecell].style.backgroundColor = blinkColors[changecolor]; st('blinkIt()', blinkRate); } blinkIt(); //--> </SCRIPT> <!-- End Script by Blogring.net --> <CENTER><img src="http://i22.photobucket.com/albums/b306/mikey211112/usc.gif"></CENTER><a href="http://www.xanga.com/All_College_Layouts">All_College_Layouts</a> <style type="text/css"> /*by [Michael] xanga.com/mikey21211*/ /* <a href='http://BlogRing.Net' target='_blank'>http://BlogRing.Net</a> */ body { background-color: grey; background-image: url(http://i22.photobucket.com/albums/b306/mikey211112/050812_bush_bcol_3p.jpg); background-repeat: no-repeat; background-attachment: fixed; background-position: bottom right; scrollbar-arrow-color: #000000; scrollbar-track-color: black; scrollbar-shadow-color: #FFCC11; scrollbar-face-color: white; scrollbar-highlight-color: #FFFFFF; scrollbar-darkshadow-color:#FFCC11; scrollbar-3dlight-color: #990000; } .left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p { /* edits main text */ font:normal 12px Tahoma; line-height:18px; color:#990000; letter-spacing:0px; text-align:justify; } table.footer TD { /* this makes the footer at the bottom centered */ /* leave it alone unless you know what to do*/ text-align: center; } div.blogheader, .caption { /* edits the dates */ font-family:tahoma; text-transform:lowercase; font-size:11px; line-height:16px; font-weight:bold; background-color: none; color: black; letter-spacing:1px; text-align: center; background-color: #990000; border: 3px solid black; } a:link, .footernav.link, a.footernav:link, a.footernav:active { /* edits all links */ color: #990000; text-decoration: Tahoma; } a:visited, a.footernav:visited, { /* edits the links that the user has visited */ color: black; text-decoration: none; } a:hover { /* edits when user mouseovers the links */ color: #000000; cursor: hand ; text-decoration: none; font:bold 11px arial; line-height:16px; background-color: #FFCC11; border: 3px solid #000000; } input, select, textarea, .textfield, .button { /* this edits the buttons, dropdowns, etc. */ border: 4px solid black; font:normal 12px Tahoma; background-color: white; letter-spacing:0px; color: #990000; } table.left { /* this edits the menu module */ border: 4px solid #990000; width:160px; } table.blogbody { /* this edits the other the place where the blog is */ border: 4px solid #FFCC11; background-color: white; width:400px; font:normal 12px tahoma; line-height:18px; color: #000000; } table.left th { /* on your menu module, this edits the title part of it */ /* like BLOGRINGS, POSTING CALENDAR, etc */ background-image: none; background-color: #FFCC11; font: bold 12px tahoma; text-transform: lowercase; color: #000000; border: 2px solid #990000; } table.left TD { /* on your menu module, this edits the body part of it */ background-image: none; background-color: #FFCC11; border: 2px solid #990000; font:normal 12px tahoma; line-height:18px; color: black; } table.search TD, table.search, table.announcements { /* border of search bar (if you have it) */ background-color: #FFCC11; border: 2px solid black; } table.search TD, table.announcements TH { /* this should be left alone */ /* unless you know what to do */ border: 2px solid #FFCC11; } table.navigation, table.main, table.footer { /* the width of your blog with modules */ width: 750px; } hr { /* horizontal divider */ border: 1px solid black; } </style> <BODY style="border-bottom: #FFCC11 25t solid; border-top: black 25t solid; border-left: #990000 25t solid; border-right: #990000 25t solid"></TBODY> <!-- begin code provided by createblog.com --> <style type="text/css"> .blogbody b, .standard b, p b, strong { /* edits bolded text in your entry */ font-weight: bold; color: #FFCC11; } </style> <!-- end code provided by createblog.com -->
browse comments: next | last »