HTML preprocessors can make writing HTML more powerful or convenient. For instance, Markdown is designed to be easier to write and read for text documents and you could write a loop in Pug.
In CodePen, whatever you write in the HTML editor is what goes within the <body>
tags in a basic HTML5 template. So you don't have access to higher-up elements like the <html>
tag. If you want to add classes there that can affect the whole document, this is the place to do it.
In CodePen, whatever you write in the HTML editor is what goes within the <body>
tags in a basic HTML5 template. If you need things in the <head>
of the document, put that code here.
The resource you are linking to is using the 'http' protocol, which may not work when the browser is using https.
CSS preprocessors help make authoring CSS easier. All of them offer things like variables and mixins to provide convenient abstractions.
It's a common practice to apply CSS to a page that styles elements such that they are consistent across all browsers. We offer two of the most popular choices: normalize.css and a reset. Or, choose Neither and nothing will be applied.
To get the best cross-browser support, it is a common practice to apply vendor prefixes to CSS properties and values that require them to work. For instance -webkit-
or -moz-
.
We offer two popular choices: Autoprefixer (which processes your CSS server-side) and -prefix-free (which applies prefixes via a script, client-side).
Any URLs added here will be added as <link>
s in order, and before the CSS in the editor. You can use the CSS from another Pen by using its URL and the proper URL extension.
You can apply CSS to your Pen from any stylesheet on the web. Just put a URL to it here and we'll apply it, in the order you have them, before the CSS in the Pen itself.
You can also link to another Pen here (use the .css
URL Extension) and we'll pull the CSS from that Pen and include it. If it's using a matching preprocessor, use the appropriate URL Extension and we'll combine the code before preprocessing, so you can use the linked Pen as a true dependency.
JavaScript preprocessors can help make authoring JavaScript easier and more convenient.
Babel includes JSX processing.
Any URL's added here will be added as <script>
s in order, and run before the JavaScript in the editor. You can use the URL of any other Pen and it will include the JavaScript from that Pen.
You can apply a script from anywhere on the web to your Pen. Just put a URL to it here and we'll add it, in the order you have them, before the JavaScript in the Pen itself.
If the script you link to has the file extension of a preprocessor, we'll attempt to process it before applying.
You can also link to another Pen here, and we'll pull the JavaScript from that Pen and include it. If it's using a matching preprocessor, we'll combine the code before preprocessing, so you can use the linked Pen as a true dependency.
Search for and use JavaScript packages from npm here. By selecting a package, an import
statement will be added to the top of the JavaScript editor for this package.
Using packages here is powered by esm.sh, which makes packages from npm not only available on a CDN, but prepares them for native JavaScript ESM usage.
All packages are different, so refer to their docs for how they work.
If you're using React / ReactDOM, make sure to turn on Babel for the JSX processing.
If active, Pens will autosave every 30 seconds after being saved once.
If enabled, the preview panel updates automatically as you code. If disabled, use the "Run" button to update.
If enabled, your code will be formatted when you actively save your Pen. Note: your code becomes un-folded during formatting.
Visit your global Editor Settings.
<head><style>
div.GoTo {
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
box-sizing: border-box;
min-height: 100px;
max-width: 500px;
padding: 10px 12px 15px 65px;
color: rgba(0,0,0,0.9);
margin: 1em 0 1.5em 0;
border: 1px solid orange;
background: #fff6e5 url("https://svgshare.com/i/CXL.svg") no-repeat 12px center;
background-size: 46px 46px;
}
div.GoTo p {
margin: 0px;
}
div.GoTo p:first-of-type {
font-size: large;
font-weight: bold;
}
div.GoTo::after {
content: url("https://svgshare.com/i/CXA.svg") "\A" "Select this banner for more information";
white-space: pre;
font-size: small;
font-style: italic;
text-align: right;
display: block;
margin-bottom: -31px;
margin-right: -6px;
}
</style></head>
<body>
<div class="intro">
<header>In This Guide</header>
<article class="main">
<article class="text">
<header class="list">You'll Learn How To:</header>
<ul>
<li>Don't repeat what the title says.</li>
<li>Out of the box setup.</li>
<li>Connect to Wi-Fi.</li>
<li>Set up account.</li>
<li>gigantic long paragraphs of text that have no reason being this long.</li>
</ul>
</article>
<article class="text">
<header class="list">You will Need:</header>
<ul>
<li>List of tools, cables.</li>
<li>Context.</li>
<li>Don't repeat info found in later steps</li>
</ul>
</article>
<article class="text">
<header class="list">Requirements Before Proceeding:</header>
<div class="GoTo"><p>Install the [appname] App</p><p>You must have the [appname] App installed on your mobile device. Not installed? Click the banner for assistance</p></div>
<div class="GoTo"><p>Set up Your [device]</p><p>Your [device] must be fully installed and functioning properly. Not installed? Click this banner for assistance!</p></div>
<div class="GoTo"><p>Setup your Smart Phone</p><p>You guys don't have phones? Why are you booing?</p></div>
</article>
</article>
<article class="main"><img src="https://svgur.com/i/9BA.svg" style="width: 600px"/></article>
</div>
<p>What our editor can currently do:</p>
<div class="warningIcon 1555521076143">
<p><strong>You must have the [appname] App installed on your mobile device.<br></strong><br>Not installed? Click the link below for assistance:</p>
<p><a class="pathLink mceNonEditable" href="https://core.nexus.support.com/nexus/path/internal/GUIDblahblahblah">How to Install the [appname] App</a></p>
</div>
:root { /* Version 3.33b1 - The Harbuzinski Protocol (image resizing) */
--TenantHeroHue: 167.06; /* This is the primary color for the Tenant's brand */
--TenantHeroSat: 32.9%; /* Set to SDC Green to start with 81.2 100% 36.1 */
--TenantHeroLit: 40%; /* Pine 167.06 32.9% 40% */
--DevTypeHue: 202.7; /* Start HSL - 230 100% 30% */
--DevTypeSat: 89.42%; /* Rotates 90 degrees for each new device */
--DevTypeLit: 24%; /* Deep Sky 202.7 89.42% 24% */
/* Use http://colorizer.org/ - Everything is calculated off starting colors */
--TenantHero: hsla(var(--TenantHeroHue), var(--TenantHeroSat), var(--TenantHeroLit), 1);
--TenantHeroBG: hsla(var(--TenantHeroHue), var(--TenantHeroSat), var(--TenantHeroLit), 0.02);
--TenantHeroHeaderBG: hsla(var(--TenantHeroHue), var(--TenantHeroSat), var(--TenantHeroLit), 0.15);
--Device1Color: hsla(var(--DevTypeHue), var(--DevTypeSat), var(--DevTypeLit), 1);
--Device1BGColor: hsla(var(--DevTypeHue), var(--DevTypeSat), var(--DevTypeLit), 0.02);
--Device1HeaderBGColor: hsla(var(--DevTypeHue), var(--DevTypeSat), var(--DevTypeLit), 0.15);
--Device2Color: hsla(calc(var(--DevTypeHue) + 90), var(--DevTypeSat), var(--DevTypeLit), 1);
--Device2BGColor: hsla(calc(var(--DevTypeHue) + 90), var(--DevTypeSat), var(--DevTypeLit), 0.02);
--Device2HeaderBGColor: hsla(calc(var(--DevTypeHue) + 90), var(--DevTypeSat), var(--DevTypeLit), 0.15);
--Device3Color: hsla(calc(var(--DevTypeHue) + 180), var(--DevTypeSat), var(--DevTypeLit), 1);
--Device3BGColor: hsla(calc(var(--DevTypeHue) + 180), var(--DevTypeSat), var(--DevTypeLit), 0.02);
--Device3HeaderBGColor: hsla(calc(var(--DevTypeHue) + 180), var(--DevTypeSat), var(--DevTypeLit), 0.15);
--Device4Color: hsla(calc(var(--DevTypeHue) + 270), var(--DevTypeSat), var(--DevTypeLit), 1);
--Device4BGColor: hsla(calc(var(--DevTypeHue) + 270), var(--DevTypeSat), var(--DevTypeLit), 0.02);
--Device4HeaderBGColor: hsla(calc(var(--DevTypeHue) + 270), var(--DevTypeSat), var(--DevTypeLit), 0.15);
}
/* Background color override */
body {
background-color: hsl(90, 1.4%, 98%) !important; /* Light Slate */
}
img { /* Per Eddie Harbuzinski, images should be no wider than 600px, and no taller than 800px */
margin-bottom: 1em; /* Adds 1 line-space at the end of all images */
width: auto;
height: auto;
max-height: 800px;
max-width: 600px;
}
@media only screen and (max-width: 700px) { /* going a bit smaller for smaller screens */
img {
max-width: 500px;
}
}
@media only screen and (max-width: 500px) { /* even smaller for even smaller screens */
img {
max-width: 300px;
}
}
/* Intro Page CSS */
div.intro {
display: flex;
flex-flow: row wrap;
justify-content: space-between;
}
.intro article.main {
margin: 4px;
width: 600px;
flex-grow: 1;
padding: 4px;
}
.intro header {
background: var(--TenantHeroBG);
font-size: 18pt;
font-weight: bold;
border-radius: 6px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
padding: 6px;
margin: 6px;
color: var(--TenantHero);
border-style: solid;
border-width: 1px;
border-color: var(--TenantHero);
width: 100%;
}
.intro header.list {
font-size: 14pt;
margin: -10px 0px 0px -7px;
border: none;
background: none;
}
.intro .text {
margin: .5em;
max-width: 600px;
flex-grow: 1;
padding: 6px;
}
.intro article img {
margin-bottom: 0px;
background-color: var(--TenantHeroBGLight);
}
/* Flexboxes for table replacement */
div.ChoiceList {
display: flex;
Flex-wrap: wrap;
}
.ChoiceList article {
flex: 1 1 350px;
border: 1px var(--TenantHero) solid;
border-radius: 6px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
margin: 3px;
padding: 3px;
}
.ChoiceList article header {
font-size: 13pt; /* size change request by asara */
font-weight: bold;
margin-bottom: .2em;
color: var(--TenantHero);
}
.ChoiceList article li {
list-style-position: inside;
}
.ChoiceList article img {
display: block;
padding: .5em;
align: center;
margin: auto;
width: 75%;
max-width: 600px;
}
.ChoiceList article img#small {
float: left;
width: 100px;
margin: 0em .5em .5em 0em;
align: left;
}
/* End Flexboxes */
/* Styling all bullets and headers */
ul {
list-style: none !important;
margin-left: .5em;
}
ul li::before, ul li ol ul li::before { /* style a UL set under OLs Under ULs, as well as just ULs */
content: "\2022";
color: var(--TenantHero);
font-weight: bold;
display: inline-block;
width: 1em;
}
ul ol li::before { /* Strip dots on OLs inside ULs */
content:"";
}
h3, h4, h5, h6, h7, h8 {
color: var(--TenantHero);
}
li.Browser img:first-of-type { /* Styles the first image with custom browser icons to prompt user - request by cfindlay */
width: 600px;
padding-top: 40px;
background: url("https://content.nexus.support.com/14c36d6acdf347ab9b2c1d85de5d4e1e/1bee54a0556611e99129918b876f59f9.png") no-repeat top left;
}
.PromptIcon img:first-of-type { /* Expansion on cfindlay's idea to open it up and allow the prompt icons anywhere */
height: auto;
width: auto;
max-height: 40px;
max-width: 600px;
margin-bottom: 2px;
}
DIV.Device1, DIV.Device2, DIV.Device3, DIV.Device4, DIV.Type1, DIV.Type2, DIV.Type3, DIV.Type4 {
border-radius: 6px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
margin: 2em 2em 2em 1em;
border-style: solid;
border-width: 1px;
min-height: 59px;
padding: .5em;
color: hsla(0, 0%, 0%, 0.9); /* font picks up a tinge of color */
border-color: #000; /* fallback in case things break */
--header-background-color: #000; /* fallback in case things break */
background-color: var(--block-background-color); /* picks up color based on device/type number */
}
DIV.Type1, DIV.Type2, DIV.Type3, DIV.Type4 { /* differences for type */
border-style: solid;
margin: 2em 2em 2em 0em;
}
DIV.Device1, DIV.Type1 {
border-color: var(--Device1Color);
--header-background-color: var(--Device1HeaderBGColor); /* Redefines header background color based on device color spec */
--block-background-color: var(--Device1BGColor); /* Grabs BG color */
--header-font-color: var(--Device1Color); /* grabs font color */
}
DIV.Device2, DIV.Type2 {
border-color: var(--Device2Color);
--header-background-color: var(--Device2HeaderBGColor); /* Redefines header background color based on device color spec */
--block-background-color: var(--Device2BGColor); /* Grabs BG color */
--header-font-color: var(--Device2Color); /* grabs font color */
}
DIV.Device3, DIV.Type3 {
border-color: var(--Device3Color);
--header-background-color: var(--Device3HeaderBGColor); /* Redefines header background color based on device color spec */
--block-background-color: var(--Device3BGColor); /* Grabs BG color */
--header-font-color: var(--Device3Color); /* grabs font color */
}
DIV.Device4, DIV.Type4 {
border-color: var(--Device4Color);
--header-background-color: var(--Device4HeaderBGColor); /* Redefines header background color based on device color spec */
--block-background-color: var(--Device4BGColor); /* Grabs BG color */
--header-font-color: var(--Device4Color); /* grabs font color */
}
.DeviceHeader, .TypeHeader { /* This is for writing into the header space for devices */
margin: -1.25em 0.5em 1em -1.25em; /* pops the header up and to the left */
padding: 10px;
font-size: 16pt;
font-weight: bolder;
color: var(--header-font-color);
border-radius: 6px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border: 1px var(--header-font-color) solid;
width: 40%;
background: linear-gradient(var(--header-background-color), var(--header-background-color)), linear-gradient(white, white); /* got to fake a pair of linear-gradients here to draw the tint color over white, because otherwise the border from the box below shows through, and browsers don't like just the flat color - known errata workaround */
}
.TypeHeader { /* Differences from Device */
border-style: solid;
margin: -1.25em 0.5em 1em 0.3em; /* pops the header up and to the right */
}
/* These are 'add-ons'. You can attach them to a header H3 to get a little icon of the device type */
/* Current list: PC, Mac, Smartphone, Laptop, FitnessTracker, GameConsole, MediaPlayer, Printer, Smartwatch, Tablet, TV */
.typePC {
background:
url("https://content.nexus.support.com/14c36d6acdf347ab9b2c1d85de5d4e1e/2c78d320ba8611e89ace03bb0a30d009.svg") no-repeat 10px center,
linear-gradient(var(--header-background-color), var(--header-background-color)),
linear-gradient(white, white);
background-size: 36px 36px;
padding-left: 56px;
}
.typeMac {
background:
url("https://content.nexus.support.com/14c36d6acdf347ab9b2c1d85de5d4e1e/3ce25510ba8611e89ace03bb0a30d009.svg") no-repeat 10px center,
linear-gradient(var(--header-background-color), var(--header-background-color)),
linear-gradient(white, white);
background-size: 36px 36px;
padding-left: 56px;
}
.typeSmartphone {
background:
url("https://content.nexus.support.com/14c36d6acdf347ab9b2c1d85de5d4e1e/50841ea0ba8611e89ace03bb0a30d009.svg") no-repeat 10px center,
linear-gradient(var(--header-background-color), var(--header-background-color)),
linear-gradient(white, white);
background-size: 36px 36px;
padding-left: 56px;
}
.typeLaptop {
background:
url("https://content.nexus.support.com/14c36d6acdf347ab9b2c1d85de5d4e1e/944d2d70ba8611e8a78b39fd5317d501.svg") no-repeat 10px center,
linear-gradient(var(--header-background-color), var(--header-background-color)),
linear-gradient(white, white);
background-size: 36px 36px;
padding-left: 56px;
}
.typeFitnessTracker {
background:
url("https://content.nexus.support.com/14c36d6acdf347ab9b2c1d85de5d4e1e/a082c9b0ba8611e8a78b39fd5317d501.svg") no-repeat 10px center,
linear-gradient(var(--header-background-color), var(--header-background-color)),
linear-gradient(white, white);
background-size: 36px 36px;
padding-left: 56px;
}
.typeGameConsole {
background:
url("https://content.nexus.support.com/14c36d6acdf347ab9b2c1d85de5d4e1e/ad8e2c80ba8611e8a78b39fd5317d501.svg") no-repeat 10px center,
linear-gradient(var(--header-background-color), var(--header-background-color)),
linear-gradient(white, white);
background-size: 36px 36px;
padding-left: 56px;
}
.typeMediaPlayer {
background:
url("https://content.nexus.support.com/14c36d6acdf347ab9b2c1d85de5d4e1e/b8c56b90ba8611e8a78b39fd5317d501.svg") no-repeat 10px center,
linear-gradient(var(--header-background-color), var(--header-background-color)),
linear-gradient(white, white);
background-size: 36px 36px;
padding-left: 56px;
}
.typePrinter {
background:
url("https://content.nexus.support.com/14c36d6acdf347ab9b2c1d85de5d4e1e/c4dd6db0ba8611e8a78b39fd5317d501.svg") no-repeat 10px center,
linear-gradient(var(--header-background-color), var(--header-background-color)),
linear-gradient(white, white);
background-size: 36px 36px;
padding-left: 56px;
}
.typeSmartwatch {
background:
url("https://content.nexus.support.com/14c36d6acdf347ab9b2c1d85de5d4e1e/d2f92f10ba8611e8a78b39fd5317d501.svg") no-repeat 10px center,
linear-gradient(var(--header-background-color), var(--header-background-color)),
linear-gradient(white, white);
background-size: 36px 36px;
padding-left: 56px;
}
.typeTablet {
background:
url("https://content.nexus.support.com/14c36d6acdf347ab9b2c1d85de5d4e1e/e08bea50ba8611e8a78b39fd5317d501.svg") no-repeat 10px center,
linear-gradient(var(--header-background-color), var(--header-background-color)),
linear-gradient(white, white);
background-size: 36px 36px;
padding-left: 56px;
}
.typeTV {
background:
url("https://content.nexus.support.com/14c36d6acdf347ab9b2c1d85de5d4e1e/eab589f0ba8611e8a78b39fd5317d501.svg") no-repeat 10px center,
linear-gradient(var(--header-background-color), var(--header-background-color)),
linear-gradient(white, white);
background-size: 36px 36px;
padding-left: 56px;
}
.typeAndroid {
background:
url("https://content.nexus.support.com/14c36d6acdf347ab9b2c1d85de5d4e1e/a1065180440211e99a774f0bc9f12bf9.svg") no-repeat 10px center,
linear-gradient(var(--header-background-color), var(--header-background-color)),
linear-gradient(white, white);
background-size: 36px 36px;
padding-left: 56px;
}
.typeApple {
background:
url("https://content.nexus.support.com/14c36d6acdf347ab9b2c1d85de5d4e1e/a94d0050440211e9a885e1858e537e20.svg") no-repeat 10px center,
linear-gradient(var(--header-background-color), var(--header-background-color)),
linear-gradient(white, white);
background-size: 36px 36px;
padding-left: 56px;
}
.typeWindows {
background:
url("https://content.nexus.support.com/14c36d6acdf347ab9b2c1d85de5d4e1e/514c0d00440311e9a885e1858e537e20.svg") no-repeat 10px center,
linear-gradient(var(--header-background-color), var(--header-background-color)),
linear-gradient(white, white);
background-size: 36px 36px;
padding-left: 56px;
}
.typeHomeApplianceLg {
background:
url("https://content.nexus.support.com/14c36d6acdf347ab9b2c1d85de5d4e1e/75b4f5e0474511e9b8d26f64ab5b1e91.svg") no-repeat 10px center,
linear-gradient(var(--header-background-color), var(--header-background-color)),
linear-gradient(white, white);
background-size: 36px 36px;
padding-left: 56px;
}
.typeHomeApplianceSm {
background:
url("https://content.nexus.support.com/14c36d6acdf347ab9b2c1d85de5d4e1e/7f137d50474511e9b8d26f64ab5b1e91.svg") no-repeat 10px center,
linear-gradient(var(--header-background-color), var(--header-background-color)),
linear-gradient(white, white);
background-size: 36px 36px;
padding-left: 56px;
}
/* import for the callouts, do not copy */
body{
background-color:#FFF;
color:#000;
font-family:"HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,sans-serif;
font-size:100%;
scrollbar-3dlight-color:#F0F0EE;
scrollbar-arrow-color:#676662;
scrollbar-base-color:#F0F0EE;
scrollbar-darkshadow-color:#DDD;
scrollbar-face-color:#E0E0DD;
scrollbar-highlight-color:#F0F0EE;
scrollbar-shadow-color:#F0F0EE;
scrollbar-track-color:#F5F5F5;
padding: 10px 15px 15px 15px;
margin: 0;
word-wrap: break-word;
word-break: break-word;
}
td,th{
font-family:"HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,sans-serif;
font-size:12pt;
padding: 7px 10px;
}
ul {
padding-left: 16px;
}
.mce-content-body .mce-reset{
margin:0;
padding:0;
border:0;
outline:0;
vertical-align:top;
background:0 0;
text-decoration:none;
color:#000;
font-family:Arial;
font-size:11px;
text-shadow:none;
float:none;
position:static;
width:auto;
height:auto;
white-space:nowrap;
cursor:inherit;
line-height:normal;
font-weight:400;
text-align:left;
-webkit-tap-highlight-color:transparent;
-moz-box-sizing:content-box;
-webkit-box-sizing:content-box;
box-sizing:content-box;
direction:ltr;
max-width:none;
}
.mce-object{
border:1px dotted #3A3A3A;
background:#d5d5d5 url(img/object.gif) no-repeat center;
}
.mce-pagebreak{
cursor:default;
display:block;
border:0;
width:100%;
height:5px;
border:1px dashed #666;
margin-top:15px;
page-break-before:always;
}
@media print{
.mce-pagebreak{
border:0;
}
}
.mce-item-anchor{
cursor:default;
display:inline-block;
-webkit-user-select:all;
-webkit-user-modify:read-only;
-moz-user-select:all;
-moz-user-modify:read-only;
user-select:all;
user-modify:read-only;
width:9px!important;
height:9px!important;
border:1px dotted #3A3A3A;
background:#d5d5d5 url(img/anchor.gif) no-repeat center;
}
.mce-nbsp,.mce-shy{
background:#AAA;
}
.mce-shy::after{
content:'-';
}
hr{
cursor:default;
}
.mce-match-marker{
background:#AAA;
color:#fff;
}
.mce-match-marker-selected{
background:#39f;
color:#fff;
}
.mce-spellchecker-word{
border-bottom:2px solid red;
cursor:default;
}
.mce-spellchecker-grammar{
border-bottom:2px solid green;
cursor:default;
}
.mce-item-table{
width: 100%;
height: 100%;
}
.mce-item-table,.mce-item-table td,.mce-item-table th,.mce-item-table caption{
border:1px solid #BBB;
min-width:10px;
}
td.mce-item-selected,th.mce-item-selected{
background-color:#39f!important;
}
.mce-edit-focus{
outline:1px dotted #333;
}
/**
* ###############
* CUSTOM CSS BELOW. DO NOT REMOVE IF UPGRADING TINYMCE
* ###############
*/
@media all and (min-width: 510px){
a.pathLink{
max-width: 500px;
display: inline-block;
white-space: nowrap;
padding: 7px 10px;
}
a.pathLink::before {
margin-top: -2px;
font-size: 1.3em;
}
}
@media all and (max-width: 509px){
a.pathLink{
max-width: max-content;
height: 26px;
display: block;
line-height: 2;
padding: 0px 10px;
}
}
a.pathLink{
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
border: solid 1px #89cb29;
background-color: #88c82b;
background-image: -webkit-gradient(linear, left top, left bottom, from(#88c82b), to(#6fa827));
/* Chrome, Safari 4+ */
background-image: -webkit-linear-gradient(top, #88c82b, #6fa827);
/* Chrome 10-25, iOS 5+, Safari 5.1+ */
background-image: -moz-linear-gradient(top, #88c82b, #6fa827);
/* Firefox 3.6-15 */
background-image: -o-linear-gradient(top, #88c82b, #6fa827);
/* Opera 11.10-12.00 */
background-image: linear-gradient(to bottom, #88c82b, #6fa827);
/* Chrome 26, Firefox 16+, IE 10+, Opera 12.50+ */
color: #fff;
cursor: pointer;
font-weight: bold;
text-decoration: none;
font-family: "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 12px;
box-sizing: border-box;
overflow: hidden;
text-overflow: ellipsis;
}
a.pathLink::before {
content: '\000BB';
float: right;
margin-left: 5px;
}
.explanation{
color: #a5a5a5;
font-style: italic;
font-size: .8em;
}
table {
border-top-width: 0;
border-right-width: 0;
border-bottom-width: 0;
border-left-width: 0;
border-spacing: 0;
border-collapse: collapse;
}
img{
/*border-style:solid;
border-width:1px;
border-color: black;*/
padding: 1px;
max-width: 100%;
height: auto;
}
p {
font-size: 12pt;
}
@media only screen and (max-width: 350px){
p > a{
white-space:nowrap;
}
}
/*
If making any changes to .designerSpanSnippet and .designerDivSnippet make sure to make the same in preview.html.css
*/
#tinymce .designerSpanSnippet {
border:1px solid #666;
color: #666;
padding: 5px;
display:inline;
}
#tinymce .designerDivSnippet {
border:1px solid #666;
color: #666;
padding: 5px;
display:block;
}
.AttentionRequired, .warningIcon {
border: 1px solid firebrick;
background: #fbeaea url(https://static.nexus.support.com/themes/img/warning.svg) no-repeat 15px center;
background-size: 28px 28px;
}
.AttentionRequired p, .warningIcon p, .HelpfulTip p, .tipIcon p, .noteIcon p {
margin: 0;
}
.HelpfulTip, .tipIcon {
border: 1px solid #239023;
background: #eafaea url(https://static.nexus.support.com/themes/img/tip.svg) no-repeat 10px center;
background-size: 36px 36px;
}
.noteIcon {
border: 1px solid #2196c4;
background: #e9f6fb url(https://static.nexus.support.com/themes/img/note.svg) no-repeat 15px center;
background-size: 26px 26px;
}
.HelpfulTip, .AttentionRequired, .warningIcon, .tipIcon, .noteIcon {
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
box-sizing: border-box;
max-width: 500px;
padding: 15px 12px 15px 55px;
color: rgba(0,0,0,0.9);
margin: 1em 0;
}
Also see: Tab Triggers