This file contains hidden or 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
/* Topbar Specific Breakpoint that you can customize */ | |
@media only screen and (max-width: $topBarBreakPoint) { | |
.top-bar { margin-bottom: 0; overflow: hidden; height: $topBarHeightMobile; background: $topBarDropBgColor; | |
.js-generated { display: block; } | |
/* Override contain to grid stuff for breakpoint */ | |
.contain-to-grid & { width: auto; } | |
/* Setting up the sliding area */ |
This file contains hidden or 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
@mixin site-gradient($color:$pri-blue, $colorDif:15%, $shinyEdge:"false", $ie-compat:"true"){ | |
@if $ie-compat == "true"{ | |
@include filter-gradient($color, lighten($pri-blue, $colorDif), vertical); | |
} | |
background-color: $color; | |
@include background(linear-gradient(lighten($color,$colorDif), $color)); | |
@if $shinyEdge != "false" { | |
@include box-shadow(0 0 4px opacify($color, 0.3), 0 1px 0 $shinyEdge inset); | |
} | |
} |
This file contains hidden or 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
// You custom settings file to override Foundation defaults | |
@import "settings"; | |
// Comment out this import if you are customizing you imports below | |
@import "foundation"; | |
// ---------------------------------------- | |
// Import specific parts of Foundation by commenting the import "foundation" | |
// and uncommenting what you want below. You must uncomment the following if customizing |
This file contains hidden or 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
<select id="CountryId" name="CountryId" class="error"> | |
<option value="0">Country of Residence</option> | |
</select> | |
<small class="error">Invalid entry</small> | |
<div id="select-country" class="select-container"> | |
<div class="select-content"> | |
<select id="CountryId" name="CountryId" class="error"> | |
<option value="0">Country of Residence</option> | |
</select> | |
</div></!--/.select-content--> |
This file contains hidden or 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
/* line 1, ../sass/_ad.scss */ | |
.widget { | |
/* !Ads */ | |
} | |
/* line 4, ../sass/_ad.scss */ | |
.widget.ad .ad-container { | |
text-align: center; | |
} | |
/* line 6, ../sass/_ad.scss */ | |
.widget.ad .ad-container .ad-title { |
This file contains hidden or 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
<div class="cta-title"><span class="cta-title-text">Our Experts</span></div><!--/.cta-title--> | |
<div class="cta-img-container"> | |
<img src="content/img/section/editorial_board_group.jpg" /> | |
</div><!--/.cta-img-container--> | |
<div class="cta-content"> | |
<p>Our Advisory and Editorial Boards are comprised of physician editors and world-renowned experts.</p> | |
</div><!--/.cta-content--> | |
<!-- Disable until Profile Pages are Live --> | |
<div class="cta-action"> | |
<a class="button" href="channel-list.html"><span class="cta-button-text">Meet Our Experts</span></a> |
This file contains hidden or 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
<div class="login-register"> | |
<div class="alert-box alert"> | |
Invalid user name or password. Please try again. | |
<a href="#" class="close">×</a> | |
</div> | |
<form id="formLogin"> | |
<header class="form-header"> | |
<div class="form-title"> | |
<span class="form-title-text">Already Registered?</span> | |
</div> |
This file contains hidden or 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
<article class="type-seminal-article single-item"> | |
<!-- info taken from: http://oncologystat.com/viewpoints/seminal_articles/Seminal_Articles_Germ_Cell_Tumors.html | |
--> | |
<div class="item-header-container"> | |
<header class="item-header"> | |
<div class="flag-container"> | |
</div> | |
<div class="meta pub-meta"> | |
<span class="item-type"> | |
Seminal Article |
This file contains hidden or 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
<article class="type-seminal-article single-item"> | |
<!-- info taken from: http://oncologystat.com/viewpoints/seminal_articles/Seminal_Articles_Germ_Cell_Tumors.html | |
--> | |
<div class="item-header-container"> | |
<header class="item-header"> | |
<div class="flag-container"> | |
<span class="flag featured"> | |
<i class="icon-bolt"> | |
</i> | |
featured |
OlderNewer