Created
May 24, 2012 19:00
-
-
Save mattmcmanus/2783559 to your computer and use it in GitHub Desktop.
Pagebuilder CSS
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*---------------Page Builder Dropzones----------------*/ | |
/* Clearing silly defaults */ | |
.page-builder .PBViewing { | |
float:none; | |
} | |
/*#ticker, #ticker_content, #ticker_content_one, #ticker_content_two { | |
height: 300px; | |
}*/ | |
/*------PB Page-------*/ | |
/* | |
#pbmain #pbcontent | |
{ | |
width: 500px; | |
margin: 0 0 0 220px; | |
} | |
#pbmain #pbsidebar | |
{ | |
width: 200px; | |
margin: 0 0 0 730px; | |
} | |
#pbfeature { | |
background: none repeat scroll 0 0 transparent; | |
padding: 0; | |
width: 960px; | |
position:relative; | |
} | |
#pbbreadcrumbs { | |
margin: auto 0 4px 15px; | |
height:13px; | |
font-size:.8em; | |
font-family: Verdana, Helvetica, sans-serif; | |
} | |
#pbflickr | |
{ | |
width: 450px; | |
margin: 10px; | |
padding: 0 0 4px; | |
float:left; | |
} | |
#pbmap | |
{ | |
width:300px; | |
float: left; | |
height: 150px; | |
}*/ | |
#abroad #feature, #abroad #main { margin: 0 25px} | |
#abroad.page-builder {} | |
#abroad.page-builder #feature #slideshow, #abroad.page-builder #feature #widgets { | |
float:left; | |
} | |
#abroad.page-builder #feature #slideshow { | |
width: 550px; | |
} | |
#abroad.page-builder #feature #widgets { | |
width: 340px; | |
margin-left:20px; | |
} | |
#abroad.page-country {} | |
#abroad.page-country #feature { /* Cleanup some position issues for this template only */ | |
height: auto; | |
width:auto; | |
} | |
#abroad.page-country #main { position:relative; margin-top:12px } | |
#abroad.page-country #nav, #abroad.page-country #sidebar { | |
position: absolute; top:0; | |
width:190px; | |
} | |
#abroad.page-country #nav { | |
left:0; | |
} | |
#abroad.page-country #content { | |
width: auto; | |
margin: 0 225px; | |
} | |
#abroad.page-country #sidebar { | |
right:0; | |
} | |
#nav .ekflexmenu { | |
width: auto; | |
} | |
#nav .ekflexmenu .ekflexmenu_submenu_items {} | |
#nav .ekflexmenu .ekflexmenu_submenu_items li { display:block; } | |
#nav .ekflexmenu .ekflexmenu_submenu_items li a { padding:4px 8px; text-indent:0; line-height:1em } | |
/* Hacky Code cleanup | |
- - - - - - - - - - - - - - - - -*/ | |
#ctl00_dz_widgets_columnDisplay_ctl00_controlcolumn_ctl00_WidgetHost_updatepanel > div > div { padding: 0 !important } | |
/* Uitlity Classes | |
- - - - - - - - - - - - - - - -*/ | |
/* Clearfix */ | |
.clearfix:before, | |
.clearfix:after { | |
content:""; | |
display:table; | |
} | |
.clearfix:after { | |
clear:both; | |
} | |
.clearfix { | |
zoom:1; /* For IE 6/7 (trigger hasLayout) */ | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment