Branded UI Fixed
This commit is contained in:
BIN
bd-national-template/content/assets/css/.index.db
Normal file
BIN
bd-national-template/content/assets/css/.index.db
Normal file
Binary file not shown.
4
bd-national-template/content/assets/css/.index.json
Normal file
4
bd-national-template/content/assets/css/.index.json
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"index-version" : 2,
|
||||
"files" : []
|
||||
}
|
||||
5312
bd-national-template/content/assets/css/bootstrap-fhir.css
vendored
Normal file
5312
bd-national-template/content/assets/css/bootstrap-fhir.css
vendored
Normal file
File diff suppressed because it is too large
Load Diff
2
bd-national-template/content/assets/css/bootstrap-glyphicons.css
vendored
Normal file
2
bd-national-template/content/assets/css/bootstrap-glyphicons.css
vendored
Normal file
File diff suppressed because one or more lines are too long
186
bd-national-template/content/assets/css/cqf.css
Normal file
186
bd-national-template/content/assets/css/cqf.css
Normal file
@@ -0,0 +1,186 @@
|
||||
/* CQFramework Content IGs */
|
||||
:root {
|
||||
--navbar-bg-color: #105EAB; /* 2. Header container color */
|
||||
--footer-bg-color: #505050; /* 3. Footer background color*/
|
||||
--footer-container-bg-color: #105EAB; /* 4. Footer container color */
|
||||
--btn-hover-color: #014384; /* 6. Menu button hover color */
|
||||
}
|
||||
|
||||
/* Generic settings common to all content IGs */
|
||||
:root {
|
||||
--stripe-bg-color: #999999; /* 5. Header strip color */
|
||||
--btn-active-color: #014384; /* 7. Menu button active color */
|
||||
--btn-text-color: #e6e6e6; /* 8. Menu button text color */
|
||||
--stu-note-background-color: #fff2ff; /* 19. (STU) Note box background color */
|
||||
--stu-note-border-left-color: #ffa0ff; /* 20. (STU) Note box border color */
|
||||
}
|
||||
|
||||
#hl7-nav {
|
||||
line-height: 50px;
|
||||
float: left;
|
||||
margin-top: 4px;
|
||||
}
|
||||
|
||||
#hl7-nav a {
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
#hl7-logo {
|
||||
float: left;
|
||||
margin-left: 6px;
|
||||
}
|
||||
#hl7-search {
|
||||
line-height: 50px;
|
||||
float: right;
|
||||
margin-top: 4px;
|
||||
color: maroon;
|
||||
}
|
||||
#hl7-search a {
|
||||
color: inherit;
|
||||
}
|
||||
#project-nav {
|
||||
line-height: 50px;
|
||||
float: left;
|
||||
margin-top: 4px;
|
||||
margin-bottom: 4px;
|
||||
color: #808080;
|
||||
}
|
||||
#project-logo {
|
||||
float: left;
|
||||
margin-left: 3px;
|
||||
}
|
||||
|
||||
/* ----------note-to-balloters styling------*/
|
||||
|
||||
.note-to-balloters::before {
|
||||
white-space: pre;
|
||||
content: "Note To Balloters\A ";
|
||||
background-color: yellow;
|
||||
color: red;
|
||||
font-weight: bold;
|
||||
}
|
||||
.note-to-balloters, .stu-note{
|
||||
margin: 5px;
|
||||
padding: 10px;
|
||||
border-left-style: solid;
|
||||
}
|
||||
|
||||
.stu-note::before {
|
||||
white-space: pre;
|
||||
content: "STU Note\A ";
|
||||
background-color: yellow;
|
||||
color: red;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/*
|
||||
==================================
|
||||
JSON/XML/TTL Example Styling Start
|
||||
==================================
|
||||
*/
|
||||
|
||||
pre.json {
|
||||
width: 100%;
|
||||
overflow: scroll;
|
||||
}
|
||||
|
||||
pre.xml {
|
||||
width: 100%;
|
||||
overflow: scroll;
|
||||
}
|
||||
|
||||
pre.rdf {
|
||||
width: 100%;
|
||||
overflow: scroll;
|
||||
}
|
||||
|
||||
/*
|
||||
==================================
|
||||
JSON/XML/RTL Example Styling End
|
||||
==================================
|
||||
*/
|
||||
|
||||
|
||||
/*
|
||||
===============================
|
||||
Liquid Narrative Styling Start
|
||||
===============================
|
||||
*/
|
||||
|
||||
.narrative-table {
|
||||
border: 1pt inset rgb(0, 0, 0);
|
||||
line-height: 10pt;
|
||||
border-collapse: separate;
|
||||
-webkit-border-horizontal-spacing: 2px;
|
||||
-webkit-border-vertical-spacing: 2px;
|
||||
}
|
||||
|
||||
.narrative-table>tbody {
|
||||
display: table-row-group;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.narrative-table>tbody>tr {
|
||||
display: table-row;
|
||||
background-color: lightgray;
|
||||
vertical-align: inherit;
|
||||
}
|
||||
|
||||
.narrative-table>tbody>tr>th {
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
.section-header {
|
||||
background-color: #656565;
|
||||
color: whitesmoke;
|
||||
vertical-align: inherit;
|
||||
}
|
||||
|
||||
.row-header {
|
||||
background-color: #656565;
|
||||
color: whitesmoke;
|
||||
vertical-align: inherit;
|
||||
}
|
||||
|
||||
.tab-one {
|
||||
padding-left: 5px;
|
||||
}
|
||||
|
||||
@media (min-width: 768px) {
|
||||
.row-header {
|
||||
min-width: 138px;
|
||||
max-width: 138px;
|
||||
}
|
||||
|
||||
.content-container {
|
||||
max-width: 576px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 992px) {
|
||||
.row-header {
|
||||
min-width: 181px;
|
||||
max-width: 181px;
|
||||
}
|
||||
|
||||
.content-container {
|
||||
max-width: 745px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 1100px) {
|
||||
.row-header {
|
||||
min-width: 213px;
|
||||
max-width: 213px;
|
||||
}
|
||||
|
||||
.content-container {
|
||||
max-width: 873px;
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
===============================
|
||||
Liquid Narrative Styling End
|
||||
===============================
|
||||
*/
|
||||
63
bd-national-template/content/assets/css/hl7.css
Normal file
63
bd-national-template/content/assets/css/hl7.css
Normal file
@@ -0,0 +1,63 @@
|
||||
/* Product families should override the following colors with family-specific colors */
|
||||
:root {
|
||||
--navbar-bg-color: #505050; /* 2. Header container color */
|
||||
--footer-bg-color: #707070; /* 3. Footer background color*/
|
||||
--footer-container-color: #505050; /* 4. Footer container color */
|
||||
--btn-hover-color: #808080; /* 6. Menu button hover color */
|
||||
}
|
||||
|
||||
/* Generic settings common to all HL7 IGs */
|
||||
:root {
|
||||
--stripe-bg-color: #999999; /* 5. Header strip color */
|
||||
--btn-active-color: #da0c23; /* 7. Menu button active color */
|
||||
--btn-text-color: #e6e6e6; /* 8. Menu button text color */
|
||||
--stu-note-background-color: #fff2ff; /* 19. (STU) Note box background color */
|
||||
--stu-note-border-left-color: #ffa0ff; /* 20. (STU) Note box border color */
|
||||
}
|
||||
|
||||
#hl7-nav {
|
||||
line-height: 50px;
|
||||
float: left;
|
||||
margin-top: 4px;
|
||||
}
|
||||
|
||||
#hl7-nav a {
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
#hl7-logo {
|
||||
float: left;
|
||||
margin-left: 6px;
|
||||
}
|
||||
#hl7-search {
|
||||
line-height: 50px;
|
||||
float: right;
|
||||
margin-top: 4px;
|
||||
color: maroon;
|
||||
}
|
||||
#hl7-search a {
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
/* ----------note-to-balloters styling------*/
|
||||
|
||||
.note-to-balloters::before {
|
||||
white-space: pre;
|
||||
content: "Note To Balloters\A ";
|
||||
#background-color: yellow;
|
||||
color: red;
|
||||
font-weight: bold;
|
||||
}
|
||||
.note-to-balloters, .stu-note{
|
||||
margin: 5px;
|
||||
padding: 10px;
|
||||
border-left-style: solid;
|
||||
}
|
||||
|
||||
.stu-note::before {
|
||||
white-space: pre;
|
||||
content: "STU Note\A ";
|
||||
#background-color: yellow;
|
||||
color: red;
|
||||
font-weight: bold;
|
||||
}
|
||||
523
bd-national-template/content/assets/css/jquery-ui.css
vendored
Normal file
523
bd-national-template/content/assets/css/jquery-ui.css
vendored
Normal file
@@ -0,0 +1,523 @@
|
||||
/*! jQuery UI - v1.11.1 - 2014-10-13
|
||||
* http://jqueryui.com
|
||||
* Includes: core.css, tabs.css, theme.css
|
||||
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS%2CTahoma%2CVerdana%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=gloss_wave&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=highlight_soft&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=glass&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=glass&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=highlight_soft&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=diagonals_thick&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=diagonals_thick&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=flat&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
|
||||
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */
|
||||
|
||||
/* Layout helpers
|
||||
----------------------------------*/
|
||||
.ui-helper-hidden {
|
||||
display: none;
|
||||
}
|
||||
.ui-helper-hidden-accessible {
|
||||
border: 0;
|
||||
clip: rect(0 0 0 0);
|
||||
height: 1px;
|
||||
margin: -1px;
|
||||
overflow: hidden;
|
||||
padding: 0;
|
||||
position: absolute;
|
||||
width: 1px;
|
||||
}
|
||||
.ui-helper-reset {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
border: 0;
|
||||
outline: 0;
|
||||
line-height: 1.3;
|
||||
text-decoration: none;
|
||||
font-size: 100%;
|
||||
list-style: none;
|
||||
}
|
||||
.ui-helper-clearfix:before,
|
||||
.ui-helper-clearfix:after {
|
||||
content: "";
|
||||
display: table;
|
||||
border-collapse: collapse;
|
||||
}
|
||||
.ui-helper-clearfix:after {
|
||||
clear: both;
|
||||
}
|
||||
.ui-helper-clearfix {
|
||||
min-height: 0; /* support: IE7 */
|
||||
}
|
||||
.ui-helper-zfix {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
top: 0;
|
||||
left: 0;
|
||||
position: absolute;
|
||||
opacity: 0;
|
||||
filter:Alpha(Opacity=0); /* support: IE8 */
|
||||
}
|
||||
|
||||
.ui-front {
|
||||
z-index: 100;
|
||||
}
|
||||
|
||||
|
||||
/* Interaction Cues
|
||||
----------------------------------*/
|
||||
.ui-state-disabled {
|
||||
cursor: default !important;
|
||||
}
|
||||
|
||||
|
||||
/* Icons
|
||||
----------------------------------*/
|
||||
|
||||
/* states and images */
|
||||
.ui-icon {
|
||||
display: block;
|
||||
text-indent: -99999px;
|
||||
overflow: hidden;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
|
||||
/* Misc visuals
|
||||
----------------------------------*/
|
||||
|
||||
/* Overlays */
|
||||
.ui-widget-overlay {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
.ui-tabs {
|
||||
position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
|
||||
padding: .2em;
|
||||
}
|
||||
.ui-tabs .ui-tabs-nav {
|
||||
margin: 0;
|
||||
padding: .2em .2em 0;
|
||||
}
|
||||
.ui-tabs .ui-tabs-nav li {
|
||||
list-style: none;
|
||||
float: left;
|
||||
position: relative;
|
||||
top: 0;
|
||||
margin: 1px .2em 0 0;
|
||||
border-bottom-width: 0;
|
||||
padding: 0;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
|
||||
float: left;
|
||||
padding: .5em 1em;
|
||||
text-decoration: none;
|
||||
}
|
||||
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
|
||||
margin-bottom: -1px;
|
||||
padding-bottom: 1px;
|
||||
}
|
||||
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
|
||||
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
|
||||
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
|
||||
cursor: text;
|
||||
}
|
||||
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
|
||||
cursor: pointer;
|
||||
}
|
||||
.ui-tabs .ui-tabs-panel {
|
||||
display: block;
|
||||
border-width: 0;
|
||||
padding: 1em 1.4em;
|
||||
background: none;
|
||||
}
|
||||
|
||||
/* Component containers
|
||||
----------------------------------*/
|
||||
.ui-widget {
|
||||
font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
|
||||
font-size: 1.1em;
|
||||
}
|
||||
.ui-widget .ui-widget {
|
||||
font-size: 1em;
|
||||
}
|
||||
.ui-widget input,
|
||||
.ui-widget select,
|
||||
.ui-widget textarea,
|
||||
.ui-widget button {
|
||||
font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
|
||||
font-size: 1em;
|
||||
}
|
||||
.ui-widget-content {
|
||||
border: 1px solid #dddddd;
|
||||
background: #ffffff;
|
||||
color: #333333;
|
||||
}
|
||||
.ui-widget-header {
|
||||
border: 1px solid #EFEFEF;
|
||||
background: #EEEEEE;
|
||||
color: #ffffff;
|
||||
font-weight: bold;
|
||||
}
|
||||
.ui-widget-header a {
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
/* Interaction states
|
||||
----------------------------------*/
|
||||
.ui-state-default,
|
||||
.ui-widget-content .ui-state-default,
|
||||
.ui-widget-header .ui-state-default {
|
||||
border: 1px solid #cccccc;
|
||||
background: #f6f6f6 url("images/ui-bg_glass_100_f6f6f6_1x400.png") 50% 50% repeat-x;
|
||||
font-weight: bold;
|
||||
color: #1c94c4;
|
||||
}
|
||||
.ui-state-default a,
|
||||
.ui-state-default a:link,
|
||||
.ui-state-default a:visited {
|
||||
color: #1c94c4;
|
||||
text-decoration: none;
|
||||
}
|
||||
.ui-state-hover,
|
||||
.ui-widget-content .ui-state-hover,
|
||||
.ui-widget-header .ui-state-hover,
|
||||
.ui-state-focus,
|
||||
.ui-widget-content .ui-state-focus,
|
||||
.ui-widget-header .ui-state-focus {
|
||||
border: 1px solid #fbcb09;
|
||||
background: #fdf5ce url("images/ui-bg_glass_100_fdf5ce_1x400.png") 50% 50% repeat-x;
|
||||
font-weight: bold;
|
||||
color: #c77405;
|
||||
}
|
||||
.ui-state-hover a,
|
||||
.ui-state-hover a:hover,
|
||||
.ui-state-hover a:link,
|
||||
.ui-state-hover a:visited,
|
||||
.ui-state-focus a,
|
||||
.ui-state-focus a:hover,
|
||||
.ui-state-focus a:link,
|
||||
.ui-state-focus a:visited {
|
||||
color: #c77405;
|
||||
text-decoration: none;
|
||||
}
|
||||
.ui-state-active,
|
||||
.ui-widget-content .ui-state-active,
|
||||
.ui-widget-header .ui-state-active {
|
||||
border: 1px solid #fbd850;
|
||||
background: #ffffff url("images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
|
||||
font-weight: bold;
|
||||
color: #eb8f00;
|
||||
}
|
||||
.ui-state-active a,
|
||||
.ui-state-active a:link,
|
||||
.ui-state-active a:visited {
|
||||
color: #eb8f00;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
/* Interaction Cues
|
||||
----------------------------------*/
|
||||
.ui-state-highlight,
|
||||
.ui-widget-content .ui-state-highlight,
|
||||
.ui-widget-header .ui-state-highlight {
|
||||
border: 1px solid #fed22f;
|
||||
background: #ffe45c url("images/ui-bg_highlight-soft_75_ffe45c_1x100.png") 50% top repeat-x;
|
||||
color: #363636;
|
||||
}
|
||||
.ui-state-highlight a,
|
||||
.ui-widget-content .ui-state-highlight a,
|
||||
.ui-widget-header .ui-state-highlight a {
|
||||
color: #363636;
|
||||
}
|
||||
.ui-state-error,
|
||||
.ui-widget-content .ui-state-error,
|
||||
.ui-widget-header .ui-state-error {
|
||||
border: 1px solid #cd0a0a;
|
||||
background: #b81900 url("images/ui-bg_diagonals-thick_18_b81900_40x40.png") 50% 50% repeat;
|
||||
color: #ffffff;
|
||||
}
|
||||
.ui-state-error a,
|
||||
.ui-widget-content .ui-state-error a,
|
||||
.ui-widget-header .ui-state-error a {
|
||||
color: #ffffff;
|
||||
}
|
||||
.ui-state-error-text,
|
||||
.ui-widget-content .ui-state-error-text,
|
||||
.ui-widget-header .ui-state-error-text {
|
||||
color: #ffffff;
|
||||
}
|
||||
.ui-priority-primary,
|
||||
.ui-widget-content .ui-priority-primary,
|
||||
.ui-widget-header .ui-priority-primary {
|
||||
font-weight: bold;
|
||||
}
|
||||
.ui-priority-secondary,
|
||||
.ui-widget-content .ui-priority-secondary,
|
||||
.ui-widget-header .ui-priority-secondary {
|
||||
opacity: .7;
|
||||
filter:Alpha(Opacity=70); /* support: IE8 */
|
||||
font-weight: normal;
|
||||
}
|
||||
.ui-state-disabled,
|
||||
.ui-widget-content .ui-state-disabled,
|
||||
.ui-widget-header .ui-state-disabled {
|
||||
opacity: .35;
|
||||
filter:Alpha(Opacity=35); /* support: IE8 */
|
||||
background-image: none;
|
||||
}
|
||||
.ui-state-disabled .ui-icon {
|
||||
filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
|
||||
}
|
||||
|
||||
/* Icons
|
||||
----------------------------------*/
|
||||
|
||||
/* states and images */
|
||||
.ui-icon {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
}
|
||||
.ui-icon,
|
||||
.ui-widget-content .ui-icon {
|
||||
background-image: url("images/ui-icons_222222_256x240.png");
|
||||
}
|
||||
.ui-widget-header .ui-icon {
|
||||
background-image: url("images/ui-icons_ffffff_256x240.png");
|
||||
}
|
||||
.ui-state-default .ui-icon {
|
||||
background-image: url("images/ui-icons_ef8c08_256x240.png");
|
||||
}
|
||||
.ui-state-hover .ui-icon,
|
||||
.ui-state-focus .ui-icon {
|
||||
background-image: url("images/ui-icons_ef8c08_256x240.png");
|
||||
}
|
||||
.ui-state-active .ui-icon {
|
||||
background-image: url("images/ui-icons_ef8c08_256x240.png");
|
||||
}
|
||||
.ui-state-highlight .ui-icon {
|
||||
background-image: url("images/ui-icons_228ef1_256x240.png");
|
||||
}
|
||||
.ui-state-error .ui-icon,
|
||||
.ui-state-error-text .ui-icon {
|
||||
background-image: url("images/ui-icons_ffd27a_256x240.png");
|
||||
}
|
||||
|
||||
/* positioning */
|
||||
.ui-icon-blank { background-position: 16px 16px; }
|
||||
.ui-icon-carat-1-n { background-position: 0 0; }
|
||||
.ui-icon-carat-1-ne { background-position: -16px 0; }
|
||||
.ui-icon-carat-1-e { background-position: -32px 0; }
|
||||
.ui-icon-carat-1-se { background-position: -48px 0; }
|
||||
.ui-icon-carat-1-s { background-position: -64px 0; }
|
||||
.ui-icon-carat-1-sw { background-position: -80px 0; }
|
||||
.ui-icon-carat-1-w { background-position: -96px 0; }
|
||||
.ui-icon-carat-1-nw { background-position: -112px 0; }
|
||||
.ui-icon-carat-2-n-s { background-position: -128px 0; }
|
||||
.ui-icon-carat-2-e-w { background-position: -144px 0; }
|
||||
.ui-icon-triangle-1-n { background-position: 0 -16px; }
|
||||
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
|
||||
.ui-icon-triangle-1-e { background-position: -32px -16px; }
|
||||
.ui-icon-triangle-1-se { background-position: -48px -16px; }
|
||||
.ui-icon-triangle-1-s { background-position: -64px -16px; }
|
||||
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
|
||||
.ui-icon-triangle-1-w { background-position: -96px -16px; }
|
||||
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
|
||||
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
|
||||
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
|
||||
.ui-icon-arrow-1-n { background-position: 0 -32px; }
|
||||
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
|
||||
.ui-icon-arrow-1-e { background-position: -32px -32px; }
|
||||
.ui-icon-arrow-1-se { background-position: -48px -32px; }
|
||||
.ui-icon-arrow-1-s { background-position: -64px -32px; }
|
||||
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
|
||||
.ui-icon-arrow-1-w { background-position: -96px -32px; }
|
||||
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
|
||||
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
|
||||
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
|
||||
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
|
||||
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
|
||||
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
|
||||
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
|
||||
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
|
||||
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
|
||||
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
|
||||
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
|
||||
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
|
||||
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
|
||||
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
|
||||
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
|
||||
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
|
||||
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
|
||||
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
|
||||
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
|
||||
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
|
||||
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
|
||||
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
|
||||
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
|
||||
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
|
||||
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
|
||||
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
|
||||
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
|
||||
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
|
||||
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
|
||||
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
|
||||
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
|
||||
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
|
||||
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
|
||||
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
|
||||
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
|
||||
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
|
||||
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
|
||||
.ui-icon-arrow-4 { background-position: 0 -80px; }
|
||||
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
|
||||
.ui-icon-extlink { background-position: -32px -80px; }
|
||||
.ui-icon-newwin { background-position: -48px -80px; }
|
||||
.ui-icon-refresh { background-position: -64px -80px; }
|
||||
.ui-icon-shuffle { background-position: -80px -80px; }
|
||||
.ui-icon-transfer-e-w { background-position: -96px -80px; }
|
||||
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
|
||||
.ui-icon-folder-collapsed { background-position: 0 -96px; }
|
||||
.ui-icon-folder-open { background-position: -16px -96px; }
|
||||
.ui-icon-document { background-position: -32px -96px; }
|
||||
.ui-icon-document-b { background-position: -48px -96px; }
|
||||
.ui-icon-note { background-position: -64px -96px; }
|
||||
.ui-icon-mail-closed { background-position: -80px -96px; }
|
||||
.ui-icon-mail-open { background-position: -96px -96px; }
|
||||
.ui-icon-suitcase { background-position: -112px -96px; }
|
||||
.ui-icon-comment { background-position: -128px -96px; }
|
||||
.ui-icon-person { background-position: -144px -96px; }
|
||||
.ui-icon-print { background-position: -160px -96px; }
|
||||
.ui-icon-trash { background-position: -176px -96px; }
|
||||
.ui-icon-locked { background-position: -192px -96px; }
|
||||
.ui-icon-unlocked { background-position: -208px -96px; }
|
||||
.ui-icon-bookmark { background-position: -224px -96px; }
|
||||
.ui-icon-tag { background-position: -240px -96px; }
|
||||
.ui-icon-home { background-position: 0 -112px; }
|
||||
.ui-icon-flag { background-position: -16px -112px; }
|
||||
.ui-icon-calendar { background-position: -32px -112px; }
|
||||
.ui-icon-cart { background-position: -48px -112px; }
|
||||
.ui-icon-pencil { background-position: -64px -112px; }
|
||||
.ui-icon-clock { background-position: -80px -112px; }
|
||||
.ui-icon-disk { background-position: -96px -112px; }
|
||||
.ui-icon-calculator { background-position: -112px -112px; }
|
||||
.ui-icon-zoomin { background-position: -128px -112px; }
|
||||
.ui-icon-zoomout { background-position: -144px -112px; }
|
||||
.ui-icon-search { background-position: -160px -112px; }
|
||||
.ui-icon-wrench { background-position: -176px -112px; }
|
||||
.ui-icon-gear { background-position: -192px -112px; }
|
||||
.ui-icon-heart { background-position: -208px -112px; }
|
||||
.ui-icon-star { background-position: -224px -112px; }
|
||||
.ui-icon-link { background-position: -240px -112px; }
|
||||
.ui-icon-cancel { background-position: 0 -128px; }
|
||||
.ui-icon-plus { background-position: -16px -128px; }
|
||||
.ui-icon-plusthick { background-position: -32px -128px; }
|
||||
.ui-icon-minus { background-position: -48px -128px; }
|
||||
.ui-icon-minusthick { background-position: -64px -128px; }
|
||||
.ui-icon-close { background-position: -80px -128px; }
|
||||
.ui-icon-closethick { background-position: -96px -128px; }
|
||||
.ui-icon-key { background-position: -112px -128px; }
|
||||
.ui-icon-lightbulb { background-position: -128px -128px; }
|
||||
.ui-icon-scissors { background-position: -144px -128px; }
|
||||
.ui-icon-clipboard { background-position: -160px -128px; }
|
||||
.ui-icon-copy { background-position: -176px -128px; }
|
||||
.ui-icon-contact { background-position: -192px -128px; }
|
||||
.ui-icon-image { background-position: -208px -128px; }
|
||||
.ui-icon-video { background-position: -224px -128px; }
|
||||
.ui-icon-script { background-position: -240px -128px; }
|
||||
.ui-icon-alert { background-position: 0 -144px; }
|
||||
.ui-icon-info { background-position: -16px -144px; }
|
||||
.ui-icon-notice { background-position: -32px -144px; }
|
||||
.ui-icon-help { background-position: -48px -144px; }
|
||||
.ui-icon-check { background-position: -64px -144px; }
|
||||
.ui-icon-bullet { background-position: -80px -144px; }
|
||||
.ui-icon-radio-on { background-position: -96px -144px; }
|
||||
.ui-icon-radio-off { background-position: -112px -144px; }
|
||||
.ui-icon-pin-w { background-position: -128px -144px; }
|
||||
.ui-icon-pin-s { background-position: -144px -144px; }
|
||||
.ui-icon-play { background-position: 0 -160px; }
|
||||
.ui-icon-pause { background-position: -16px -160px; }
|
||||
.ui-icon-seek-next { background-position: -32px -160px; }
|
||||
.ui-icon-seek-prev { background-position: -48px -160px; }
|
||||
.ui-icon-seek-end { background-position: -64px -160px; }
|
||||
.ui-icon-seek-start { background-position: -80px -160px; }
|
||||
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
|
||||
.ui-icon-seek-first { background-position: -80px -160px; }
|
||||
.ui-icon-stop { background-position: -96px -160px; }
|
||||
.ui-icon-eject { background-position: -112px -160px; }
|
||||
.ui-icon-volume-off { background-position: -128px -160px; }
|
||||
.ui-icon-volume-on { background-position: -144px -160px; }
|
||||
.ui-icon-power { background-position: 0 -176px; }
|
||||
.ui-icon-signal-diag { background-position: -16px -176px; }
|
||||
.ui-icon-signal { background-position: -32px -176px; }
|
||||
.ui-icon-battery-0 { background-position: -48px -176px; }
|
||||
.ui-icon-battery-1 { background-position: -64px -176px; }
|
||||
.ui-icon-battery-2 { background-position: -80px -176px; }
|
||||
.ui-icon-battery-3 { background-position: -96px -176px; }
|
||||
.ui-icon-circle-plus { background-position: 0 -192px; }
|
||||
.ui-icon-circle-minus { background-position: -16px -192px; }
|
||||
.ui-icon-circle-close { background-position: -32px -192px; }
|
||||
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
|
||||
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
|
||||
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
|
||||
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
|
||||
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
|
||||
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
|
||||
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
|
||||
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
|
||||
.ui-icon-circle-zoomin { background-position: -176px -192px; }
|
||||
.ui-icon-circle-zoomout { background-position: -192px -192px; }
|
||||
.ui-icon-circle-check { background-position: -208px -192px; }
|
||||
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
|
||||
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
|
||||
.ui-icon-circlesmall-close { background-position: -32px -208px; }
|
||||
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
|
||||
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
|
||||
.ui-icon-squaresmall-close { background-position: -80px -208px; }
|
||||
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
|
||||
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
|
||||
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
|
||||
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
|
||||
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
|
||||
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }
|
||||
|
||||
|
||||
/* Misc visuals
|
||||
----------------------------------*/
|
||||
|
||||
/* Corner radius */
|
||||
.ui-corner-all,
|
||||
.ui-corner-top,
|
||||
.ui-corner-left,
|
||||
.ui-corner-tl {
|
||||
border-top-left-radius: 4px;
|
||||
}
|
||||
.ui-corner-all,
|
||||
.ui-corner-top,
|
||||
.ui-corner-right,
|
||||
.ui-corner-tr {
|
||||
border-top-right-radius: 4px;
|
||||
}
|
||||
.ui-corner-all,
|
||||
.ui-corner-bottom,
|
||||
.ui-corner-left,
|
||||
.ui-corner-bl {
|
||||
border-bottom-left-radius: 4px;
|
||||
}
|
||||
.ui-corner-all,
|
||||
.ui-corner-bottom,
|
||||
.ui-corner-right,
|
||||
.ui-corner-br {
|
||||
border-bottom-right-radius: 4px;
|
||||
}
|
||||
|
||||
/* Overlays */
|
||||
.ui-widget-overlay {
|
||||
background: #666666 url("images/ui-bg_diagonals-thick_20_666666_40x40.png") 50% 50% repeat;
|
||||
opacity: .5;
|
||||
filter: Alpha(Opacity=50); /* support: IE8 */
|
||||
}
|
||||
.ui-widget-shadow {
|
||||
margin: -5px 0 0 -5px;
|
||||
padding: 5px;
|
||||
background: #000000 url("images/ui-bg_flat_10_000000_40x100.png") 50% 50% repeat-x;
|
||||
opacity: .2;
|
||||
filter: Alpha(Opacity=20); /* support: IE8 */
|
||||
border-radius: 5px;
|
||||
}
|
||||
5
bd-national-template/content/assets/css/jquery-ui.structure.min.css
vendored
Normal file
5
bd-national-template/content/assets/css/jquery-ui.structure.min.css
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
/*! jQuery UI - v1.11.1 - 2014-10-13
|
||||
* http://jqueryui.com
|
||||
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */
|
||||
|
||||
.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{min-height:0}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:left;position:relative;top:0;margin:1px .2em 0 0;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:left;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text}.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:none}
|
||||
5
bd-national-template/content/assets/css/jquery-ui.theme.min.css
vendored
Normal file
5
bd-national-template/content/assets/css/jquery-ui.theme.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
38
bd-national-template/content/assets/css/prism-fhirpath.css
Normal file
38
bd-national-template/content/assets/css/prism-fhirpath.css
Normal file
@@ -0,0 +1,38 @@
|
||||
/* Custom formatting for the code blocks */
|
||||
pre.language-fhirpath {
|
||||
background-color: #eee;
|
||||
text-shadow: unset;
|
||||
}
|
||||
|
||||
pre.language-fhirpath code.language-fhirpath {
|
||||
white-space: pre-wrap;
|
||||
text-shadow: unset;
|
||||
}
|
||||
|
||||
.token.operator,
|
||||
.token.entity,
|
||||
.token.url,
|
||||
.language-css .token.string,
|
||||
.style .token.string {
|
||||
background: unset;
|
||||
}
|
||||
|
||||
|
||||
pre.language-fhirpath.stu {
|
||||
margin-left: 20px;
|
||||
overflow: unset;
|
||||
}
|
||||
pre.language-fhirpath.stu:after {
|
||||
left: -16px;
|
||||
}
|
||||
|
||||
/* inline fhirpath code blocks used in examples */
|
||||
:not(pre) > code.fhirpath {
|
||||
background-color: #eee;
|
||||
padding: 1px 4px;
|
||||
border: 1px solid #cccccc;
|
||||
font-size: 1em;
|
||||
display: inline-block;
|
||||
margin: 2px 0;
|
||||
text-shadow: unset;
|
||||
}
|
||||
143
bd-national-template/content/assets/css/prism.css
Normal file
143
bd-national-template/content/assets/css/prism.css
Normal file
@@ -0,0 +1,143 @@
|
||||
/* PrismJS 1.21.0
|
||||
https://prismjs.com/download.html#themes=prism&languages=markup+css+clike+javascript+abap+abnf+actionscript+ada+agda+al+antlr4+apacheconf+apl+applescript+aql+arduino+arff+asciidoc+aspnet+asm6502+autohotkey+autoit+bash+basic+batch+bbcode+birb+bison+bnf+brainfuck+brightscript+bro+bsl+c+csharp+cpp+cil+clojure+cmake+coffeescript+concurnas+csp+crystal+css-extras+cypher+d+dart+dax+dhall+diff+django+dns-zone-file+docker+ebnf+editorconfig+eiffel+ejs+elixir+elm+etlua+erb+erlang+excel-formula+fsharp+factor+firestore-security-rules+flow+fortran+ftl+gml+gcode+gdscript+gedcom+gherkin+git+glsl+go+graphql+groovy+haml+handlebars+haskell+haxe+hcl+hlsl+http+hpkp+hsts+ichigojam+icon+ignore+inform7+ini+io+j+java+javadoc+javadoclike+javastacktrace+jolie+jq+jsdoc+js-extras+json+json5+jsonp+jsstacktrace+js-templates+julia+keyman+kotlin+latex+latte+less+lilypond+liquid+lisp+livescript+llvm+lolcode+lua+makefile+markdown+markup-templating+matlab+mel+mizar+mongodb+monkey+moonscript+n1ql+n4js+nand2tetris-hdl+naniscript+nasm+neon+nginx+nim+nix+nsis+objectivec+ocaml+opencl+oz+parigp+parser+pascal+pascaligo+pcaxis+peoplecode+perl+php+phpdoc+php-extras+plsql+powerquery+powershell+processing+prolog+properties+protobuf+pug+puppet+pure+purebasic+purescript+python+q+qml+qore+r+racket+jsx+tsx+reason+regex+renpy+rest+rip+roboconf+robotframework+ruby+rust+sas+sass+scss+scala+scheme+shell-session+smali+smalltalk+smarty+sml+solidity+solution-file+soy+sparql+splunk-spl+sqf+sql+stan+iecst+stylus+swift+t4-templating+t4-cs+t4-vb+tap+tcl+tt2+textile+toml+turtle+twig+typescript+typoscript+unrealscript+vala+vbnet+velocity+verilog+vhdl+vim+visual-basic+warpscript+wasm+wiki+xeora+xml-doc+xojo+xquery+yaml+yang+zig&plugins=keep-markup */
|
||||
/**
|
||||
* prism.js default theme for JavaScript, CSS and HTML
|
||||
* Based on dabblet (http://dabblet.com)
|
||||
* @author Lea Verou
|
||||
*/
|
||||
|
||||
code[class*="language-"],
|
||||
pre[class*="language-"] {
|
||||
color: black;
|
||||
background: none;
|
||||
text-shadow: 0 1px white;
|
||||
font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
|
||||
font-size: 0.95em;
|
||||
text-align: left;
|
||||
white-space: pre;
|
||||
word-spacing: normal;
|
||||
word-break: normal;
|
||||
word-wrap: normal;
|
||||
line-height: 1.5;
|
||||
|
||||
-moz-tab-size: 4;
|
||||
-o-tab-size: 4;
|
||||
tab-size: 4;
|
||||
|
||||
-webkit-hyphens: none;
|
||||
-moz-hyphens: none;
|
||||
-ms-hyphens: none;
|
||||
hyphens: none;
|
||||
}
|
||||
|
||||
pre[class*="language-"]::-moz-selection, pre[class*="language-"] ::-moz-selection,
|
||||
code[class*="language-"]::-moz-selection, code[class*="language-"] ::-moz-selection {
|
||||
text-shadow: none;
|
||||
background: #b3d4fc;
|
||||
}
|
||||
|
||||
pre[class*="language-"]::selection, pre[class*="language-"] ::selection,
|
||||
code[class*="language-"]::selection, code[class*="language-"] ::selection {
|
||||
text-shadow: none;
|
||||
background: #b3d4fc;
|
||||
}
|
||||
|
||||
@media print {
|
||||
code[class*="language-"],
|
||||
pre[class*="language-"] {
|
||||
text-shadow: none;
|
||||
}
|
||||
}
|
||||
|
||||
/* Code blocks */
|
||||
pre[class*="language-"] {
|
||||
padding: 1em;
|
||||
margin: .5em 0;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
:not(pre) > code[class*="language-"],
|
||||
pre[class*="language-"] {
|
||||
background: #f5f2f0;
|
||||
}
|
||||
|
||||
/* Inline code */
|
||||
:not(pre) > code[class*="language-"] {
|
||||
padding: .1em;
|
||||
border-radius: .3em;
|
||||
white-space: normal;
|
||||
}
|
||||
|
||||
.token.comment,
|
||||
.token.prolog,
|
||||
.token.doctype,
|
||||
.token.cdata {
|
||||
color: slategray;
|
||||
}
|
||||
|
||||
.token.punctuation {
|
||||
color: #999;
|
||||
}
|
||||
|
||||
.token.namespace {
|
||||
opacity: .7;
|
||||
}
|
||||
|
||||
.token.property,
|
||||
.token.tag,
|
||||
.token.boolean,
|
||||
.token.number,
|
||||
.token.constant,
|
||||
.token.symbol,
|
||||
.token.deleted {
|
||||
color: #905;
|
||||
}
|
||||
|
||||
.token.selector,
|
||||
.token.attr-name,
|
||||
.token.string,
|
||||
.token.char,
|
||||
.token.builtin,
|
||||
.token.inserted {
|
||||
color: #690;
|
||||
}
|
||||
|
||||
.token.operator,
|
||||
.token.entity,
|
||||
.token.url,
|
||||
.language-css .token.string,
|
||||
.style .token.string {
|
||||
color: #9a6e3a;
|
||||
/* This background color was intended by the author of this theme. */
|
||||
background: hsla(0, 0%, 100%, .5);
|
||||
}
|
||||
|
||||
.token.atrule,
|
||||
.token.attr-value,
|
||||
.token.keyword {
|
||||
color: #07a;
|
||||
}
|
||||
|
||||
.token.function,
|
||||
.token.class-name {
|
||||
color: #DD4A68;
|
||||
}
|
||||
|
||||
.token.regex,
|
||||
.token.important,
|
||||
.token.variable {
|
||||
color: #e90;
|
||||
}
|
||||
|
||||
.token.important,
|
||||
.token.bold {
|
||||
font-weight: bold;
|
||||
}
|
||||
.token.italic {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.token.entity {
|
||||
cursor: help;
|
||||
}
|
||||
|
||||
772
bd-national-template/content/assets/css/project.css
Normal file
772
bd-national-template/content/assets/css/project.css
Normal file
@@ -0,0 +1,772 @@
|
||||
/*
|
||||
|
||||
Specific layout and styling, project based
|
||||
|
||||
|
||||
*/
|
||||
/*
|
||||
Flexslider vs LayerSlider vs SliderRevolution
|
||||
Font-scaling
|
||||
Transition
|
||||
Isotope Masonry less
|
||||
popover alties => wireframe analyse hiervoor
|
||||
breadcrumb vs history what is a breadcrumb hiearchy or history?
|
||||
gray-color thingy
|
||||
|
||||
widget-row vs thumbs vs joyo-thumbs
|
||||
shortcode for
|
||||
- Fontawesome
|
||||
- Accordion
|
||||
- Notifications
|
||||
- span-fluid in content bv span3
|
||||
font-awesome OWN export
|
||||
joyo-widget and all other style
|
||||
widget in sidebar vs in column = uiterlijk op basis van locale class via functions of template
|
||||
een sidebar uiterlijk moet ook midden in de pagina kunnen.
|
||||
*/
|
||||
/*
|
||||
|
||||
- SCAFFOLDING Groundwork for the site. Background colors are set in less or overruled here
|
||||
- SCAFFOLDING OBJECTS Objects reoccurring on every page
|
||||
- COMPONENTS Everything what can be moved around
|
||||
- BACK TO TOP Anchor animating to top of the page
|
||||
- EXCEPTIONS FOR SPECIFIC SITUATIONS Some pages are not like the others
|
||||
- D-I-D AREA Do-It-Dirty
|
||||
|
||||
*/
|
||||
/* SCAFFOLDING STYLING
|
||||
----------------------------------------------------------------------------------------*/
|
||||
|
||||
|
||||
/* Colors
|
||||
|
||||
Usage:
|
||||
var(--publish-box-border); */
|
||||
|
||||
:root {
|
||||
|
||||
--ig-status-text-color: maroon; /* 1. IG Title and status text color */
|
||||
--navbar-bg-color: #7b1fad; /* 2. Header container color */
|
||||
--footer-bg-color: #707070; /* 3. Footer background color*/
|
||||
--footer-container-bg-color: #7b1fad; /* 4. Footer container color */
|
||||
--stripe-bg-color: #999999; /* 5. Header strip color */
|
||||
|
||||
--btn-hover-color: #9b2fdd; /* 6. Menu button hover color */
|
||||
--btn-active-color: #da0c23; /* 7. Menu button active color */
|
||||
--btn-text-color: #e6e6e6; /* 8. Menu button text color */
|
||||
--btn-gradient-start-color: #428bca; /* 9. Menu item gradient start color */
|
||||
--btn-gradient-end-color: #357ebd; /* 10. Menu item gradient end color */
|
||||
--btn-gradient-start-color-alpha: #ff428bca; /* 11. Menu item gradient start color (with alpha) */
|
||||
--btn-gradient-end-color-alpha: #ff357ebd; /* 12. Menu item gradient end color (with alpha) */
|
||||
--link-color: #428bca; /* 13. Hyperlink text color */
|
||||
--link-hover-color: #2a6496; /* 14. Hyperlink text hover color */
|
||||
|
||||
--publish-box-bg-color: yellow; /* 15. Publish box background color */
|
||||
--publish-box-border: 1px solid #0A0008; /* 16. Publish box border definition */
|
||||
|
||||
--toc-box-bg-color: #ffeb7e; /* 17. TOC box background color */
|
||||
--toc-box-border: 1px solid navy; /* 18. TOC box border definition */
|
||||
|
||||
--stu-note-background-color: #fff2ff; /* 19. (STU) Note box background color */
|
||||
--stu-note-border-left-color: #ffa0ff; /* 20. (STU) Note box border color */
|
||||
|
||||
--ig-header-color: #f5f5f5; /* 21. Header color (sides) */
|
||||
--ig-header-container-color: #ffffff; /* 22. Header container color (center) */
|
||||
--footer-nav-bg-color: #f5f5f5; /* 23. Footer navigation background color*/
|
||||
|
||||
--footer-text-color: #ffffff; /* 24. Footer highlight font color */
|
||||
--footer-hyperlink-text-color: #81BEF7; /* 25. Footer hyperlinks font color */
|
||||
--footer-highlight-text-color: #ffff77; /* 26. Footer highlight font color */
|
||||
|
||||
--breadcrumb-bg-color: #f5f5f5; /* 27. Breadcrumb font color */
|
||||
--breadcrumb-text-color: ##555555; /* 28. Breadcrumb font color */
|
||||
|
||||
--dragon-background-color: #fffbf7; /* 29. Dragon background color */
|
||||
--dragon-text-color: #101020; /* 30. Dragon font color */
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
html {
|
||||
background-color: #ffffff;
|
||||
}
|
||||
body {
|
||||
background-color: #ffffff;
|
||||
position: relative;
|
||||
padding-top: 0;
|
||||
}
|
||||
.segment {
|
||||
position: relative;
|
||||
}
|
||||
.segment > .container {
|
||||
background-color: #ffffff;
|
||||
position: relative;
|
||||
}
|
||||
#segment-header {
|
||||
background-color: var(--ig-header-color);
|
||||
}
|
||||
#segment-header > .container {
|
||||
background-color: var(--ig-header-container-color);
|
||||
}
|
||||
#segment-footer {
|
||||
background-color: var(--footer-bg-color);
|
||||
}
|
||||
|
||||
#segment-footer > .container {
|
||||
background-color: var(--footer-container-bg-color);
|
||||
color: var(--footer-text-color);
|
||||
}
|
||||
.navbar-inverse {
|
||||
background-color: var(--navbar-bg-color);
|
||||
}
|
||||
.navbar-inverse .navbar-nav > li > a:hover {
|
||||
background-color: var(--btn-hover-color);
|
||||
}
|
||||
#segment-footer > .container .inner-wrapper {
|
||||
padding: 4px 20px;
|
||||
}
|
||||
#segment-footer > .container .inner-wrapper > p {
|
||||
padding-bottom: 0px;
|
||||
margin-bottom: 0px;
|
||||
color:var(--footer-text-color);
|
||||
}
|
||||
#segment-post-footer {
|
||||
background-color: #f5f5f5;
|
||||
}
|
||||
#segment-post-footer > .container {
|
||||
background-color: #e6e6e6;
|
||||
min-height: 90px;
|
||||
}
|
||||
/*
|
||||
@media (max-width: 767px) {
|
||||
body {
|
||||
//padding-left: 0;
|
||||
//padding-right: 0;
|
||||
.segment > .container {
|
||||
//padding-left: 10px;
|
||||
//padding-right: 10px;
|
||||
}
|
||||
}
|
||||
.segment {
|
||||
margin-left: -20px;
|
||||
margin-right: -20px;
|
||||
&#segment-content {
|
||||
margin-left: 0;
|
||||
margin-right: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
*/
|
||||
#sidebar > .inner-wrapper {
|
||||
margin-top: 14px;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
#content > .inner-wrapper,
|
||||
.container > .row > .inner-wrapper {
|
||||
margin-top: 4px;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
/* SCAFFOlDING OBJECTS
|
||||
----------------------------------------------------------------------------------------*/
|
||||
#logo {
|
||||
float: left;
|
||||
margin-top: 6px;
|
||||
margin-left: 20px;
|
||||
margin-bottom: 4px;
|
||||
display: block;
|
||||
}
|
||||
#logo img {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
#fcp-nav {
|
||||
line-height: 50px;
|
||||
float: right;
|
||||
}
|
||||
|
||||
#fcp-nav a {
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
#project-nav {
|
||||
line-height: 50px;
|
||||
float: left;
|
||||
margin-top: 8px;
|
||||
margin-bottom: 8px;
|
||||
color: #808080;
|
||||
}
|
||||
#project-logo {
|
||||
float: left;
|
||||
margin-left: 3px;
|
||||
}
|
||||
|
||||
#family-nav {
|
||||
line-height: 50px;
|
||||
float: right;
|
||||
margin-top: 4px;
|
||||
margin-bottom: 8px;
|
||||
color: #808080;
|
||||
}
|
||||
|
||||
#family-logo {
|
||||
float: right;
|
||||
margin-left: 6px;
|
||||
}
|
||||
|
||||
#ig-status {
|
||||
line-height: 20px;
|
||||
margin-top: 17px;
|
||||
color: var(--ig-status-text-color);
|
||||
text-align: center;
|
||||
height: 50px;
|
||||
}
|
||||
|
||||
#stripe {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
right: 0;
|
||||
top: 0;
|
||||
height: 8px;
|
||||
background: var(--stripe-bg-color);
|
||||
}
|
||||
#notes a {
|
||||
color: #555555;
|
||||
}
|
||||
#publish-box {
|
||||
background-color: var(--publish-box-bg-color);
|
||||
border: var(--publish-box-border);
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
.dragon {
|
||||
border: 1px solid maroon;
|
||||
padding: 10px;
|
||||
background-color: var(--dragon-background-color);
|
||||
min-height: 160px;
|
||||
color: var(--dragon-text-color);
|
||||
}
|
||||
|
||||
.dragon::before {
|
||||
content: "";
|
||||
background-image: url('../images/dragon.png');
|
||||
background-size: 150px 150px;
|
||||
display: inline-block;
|
||||
float:left;
|
||||
margin-right: 10px;
|
||||
width: 150px;
|
||||
height: 150px;
|
||||
}
|
||||
|
||||
.note-to-balloters, .stu-note {
|
||||
margin: 5px;
|
||||
padding: 10px;
|
||||
border-left-style: solid;
|
||||
background-color: var(--stu-note-background-color);
|
||||
border-left-color: var(--stu-note-border-left-color);
|
||||
}
|
||||
|
||||
.stu-note::before {
|
||||
white-space: pre;
|
||||
content: "Note\A ";
|
||||
background-color: yellow;
|
||||
color: red;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.note-to-balloters::before {
|
||||
white-space: pre;
|
||||
content: "Note to Balloters\A ";
|
||||
background-color: yellow;
|
||||
color: red;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
blockquote.stu-note {
|
||||
margin: 5px;
|
||||
padding:10px;
|
||||
background-color: var(--stu-note-background-color);
|
||||
border-left-color: var(--stu-note-border-left-color);
|
||||
}
|
||||
|
||||
|
||||
/* GENERIC OBJECTS
|
||||
----------------------------------------------------------------------------------------*/
|
||||
.navbar {
|
||||
clear: both;
|
||||
border-top-right-radius: 0;
|
||||
border-bottom-right-radius: 0;
|
||||
border-bottom-left-radius: 0;
|
||||
border-top-left-radius: 0;
|
||||
border-color: #ffffff;
|
||||
border-width: 0px;
|
||||
-webkit-box-shadow: none;
|
||||
box-shadow: none;
|
||||
padding-left: 0px;
|
||||
padding-right: 0px;
|
||||
margin-bottom: 0;
|
||||
/* background-color: var(--navbar-bg-color); */
|
||||
|
||||
}
|
||||
.navbar > div > div > ul > li {
|
||||
margin-bottom: 0;
|
||||
padding-bottom: 0;
|
||||
}
|
||||
.navbar .nav > li > a {
|
||||
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||
}
|
||||
.navbar .nav > li > a {
|
||||
padding: 10px 12px;
|
||||
text-shadow: none;
|
||||
}
|
||||
.navbar .nav > li > a,
|
||||
.navbar .nav > .active > a,
|
||||
.navbar .nav > .active > a:hover,
|
||||
.navbar .nav > .active > a:focus {
|
||||
-webkit-box-shadow: none;
|
||||
box-shadow: none;
|
||||
}
|
||||
.dropdown-menu {
|
||||
border-top-right-radius: 0;
|
||||
border-bottom-right-radius: 0;
|
||||
border-bottom-left-radius: 0;
|
||||
border-top-left-radius: 0;
|
||||
}
|
||||
.dropdown-menu li > a {
|
||||
padding: 6px 20px;
|
||||
}
|
||||
.dropdown-menu > li > a:hover,
|
||||
.dropdown-menu > li > a:focus,
|
||||
.dropdown-submenu:hover > a,
|
||||
.dropdown-submenu:focus > a {
|
||||
text-decoration: none;
|
||||
color: #ffffff;
|
||||
background-color: var(--btn-hover-color);
|
||||
background-image: -webkit-gradient(linear, left 0%, left 100%, from(var(--btn-gradient-start-color)), to(var(--btn-gradient-end-color)));
|
||||
background-image: -webkit-linear-gradient(top, var(--btn-gradient-start-color), 0%, var(--btn-gradient-end-color), 100%);
|
||||
background-image: -moz-linear-gradient(top, var(--btn-gradient-start-color) 0%, var(--btn-gradient-end-color) 100%);
|
||||
background-image: linear-gradient(to bottom, var(--btn-gradient-start-color) 0%, var(--btn-gradient-end-color) 100%);
|
||||
background-repeat: repeat-x;
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=var(--btn-gradient-start-color-alpha), endColorstr=var(--btn-gradient-end-color-alpha), GradientType=0);
|
||||
}
|
||||
.dropdown-menu > .active > a,
|
||||
.dropdown-menu > .active > a:hover,
|
||||
.dropdown-menu > .active > a:focus {
|
||||
color: #ffffff;
|
||||
text-decoration: none;
|
||||
outline: 0;
|
||||
background-color: var(--btn-active-color);
|
||||
background-image: -webkit-gradient(linear, left 0%, left 100%, from(var(--btn-gradient-start-color)), to(var(--btn-gradient-end-color)));
|
||||
background-image: -webkit-linear-gradient(top, var(--btn-gradient-start-color), 0%, var(--btn-gradient-end-color), 100%);
|
||||
background-image: -moz-linear-gradient(top, var(--btn-gradient-start-color) 0%, var(--btn-gradient-end-color) 100%);
|
||||
background-image: linear-gradient(to bottom, var(--btn-gradient-start-color) 0%, var(--btn-gradient-end-color) 100%);
|
||||
background-repeat: repeat-x;
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=var(--btn-gradient-start-color-alpha), endColorstr=var(--btn-gradient-end-color-alpha), GradientType=0);
|
||||
}
|
||||
.nav-tabs {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
.nav-tabs a {
|
||||
color: #555555;
|
||||
}
|
||||
|
||||
.nav-tabs li a:hover,
|
||||
.nav-tabs li a:focus {
|
||||
border-bottom-color: #955159;
|
||||
}
|
||||
.nav-tabs {
|
||||
border-bottom-color: #955159;
|
||||
}
|
||||
|
||||
.nav-tabs > .active > a,
|
||||
.nav-tabs > .active > a:hover,
|
||||
.nav-tabs > .active > a:focus {
|
||||
color: var(--btn-active-color);
|
||||
border-color: #955159 #955159 transparent;
|
||||
}
|
||||
|
||||
.nav-tabs > li.active > a,
|
||||
.nav-tabs > li.active > a:hover,
|
||||
.nav-tabs > li.active > a:focus {
|
||||
color: var(--btn-active-color);
|
||||
background-color: #ffffff;
|
||||
border: 1px solid #955159;
|
||||
border-bottom-color: transparent;
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
.navbar-inverse .navbar-nav > .open > a,
|
||||
.navbar-inverse .navbar-nav > .open > a:hover,
|
||||
.navbar-inverse .navbar-nav > .open > a:focus {
|
||||
background-color: var(--btn-active-color);
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.navbar-inverse .navbar-nav > li > a {
|
||||
color: var(--btn-text-color);
|
||||
}
|
||||
|
||||
.navbar-inverse .navbar-nav > li > a:hover,
|
||||
.navbar-inverse .navbar-nav > li > a:focus {
|
||||
color: #ffffff;
|
||||
background-color: var(--btn-hover-color);
|
||||
}
|
||||
|
||||
/*
|
||||
@media (max-width: 979px) {
|
||||
// make tabs act like nav-stacked
|
||||
// (mostly) copied from bootstrap/navs.less
|
||||
.nav-tabs > li {
|
||||
float: none;
|
||||
}
|
||||
.nav-tabs > li > a {
|
||||
margin-right: 0; // no need for the gap between nav items
|
||||
}
|
||||
.nav-tabs {
|
||||
border-bottom: 0;
|
||||
}
|
||||
.nav-tabs > li > a {
|
||||
border: 1px solid #ddd;
|
||||
.border-top-radius(0);
|
||||
.border-right-radius(0);
|
||||
.border-bottom-radius(0);
|
||||
.border-left-radius(0);
|
||||
}
|
||||
.nav-tabs > .active > a,
|
||||
.nav-tabs > .active > a:hover {
|
||||
border: 1px solid #ddd;
|
||||
}
|
||||
.nav-tabs > li:first-child > a {
|
||||
.border-top-radius(4px);
|
||||
}
|
||||
.nav-tabs > li:last-child > a {
|
||||
.border-bottom-radius(4px);
|
||||
}
|
||||
.nav-tabs > li > a:hover,
|
||||
.nav-tabs > li > a:focus {
|
||||
border-color: #ddd;
|
||||
z-index: 2;
|
||||
}
|
||||
}
|
||||
*/
|
||||
|
||||
|
||||
a {
|
||||
color: var(--link-color);
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a:hover,
|
||||
a:focus {
|
||||
color: var(--link-hover-color);
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.btn-link:hover,
|
||||
.btn-link:focus {
|
||||
color: var(--link-hover-color);
|
||||
text-decoration: underline;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
|
||||
.nav-list > li > a {
|
||||
padding: 3px 15px;
|
||||
}
|
||||
.breadcrumb {
|
||||
margin-bottom: 0;
|
||||
background-color: var(--breadcrumb-bg-color);;
|
||||
}
|
||||
.breadcrumb a {
|
||||
color: var(--breadcrumb-text-color);
|
||||
}
|
||||
.nav-listing {
|
||||
overflow: hidden;
|
||||
}
|
||||
.nav-listing > li {
|
||||
float: left;
|
||||
width: 25%;
|
||||
}
|
||||
.nav-listing > li > a {
|
||||
padding: 2px 6px;
|
||||
}
|
||||
.sectioncount {
|
||||
x-float: right;
|
||||
x-color: #555555;
|
||||
x-font-size: 12px;
|
||||
}
|
||||
.sectioncount a {
|
||||
color: inherit;
|
||||
}
|
||||
h1.underlined,
|
||||
h2.underlined,
|
||||
h3.underlined,
|
||||
h4.underlined,
|
||||
h5.underlined,
|
||||
h6.underlined {
|
||||
border-bottom: 1px solid #dddddd;
|
||||
padding-bottom: 0.2em;
|
||||
}
|
||||
p > img {
|
||||
float: left;
|
||||
margin-top: 0;
|
||||
margin-right: 10px;
|
||||
margin-bottom: 10px;
|
||||
margin-left: 0;
|
||||
}
|
||||
.table td {
|
||||
padding: 6px;
|
||||
line-height: 18px;
|
||||
}
|
||||
.table th h1,
|
||||
.table th h2,
|
||||
.table th h3,
|
||||
.table th h4,
|
||||
.table th h5,
|
||||
.table th h6 {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
.table th.inverted {
|
||||
background-color: #555555;
|
||||
color: #ffffff;
|
||||
border: none!important;
|
||||
}
|
||||
.table th.inverted h1,
|
||||
.table th.inverted h2,
|
||||
.table th.inverted h3,
|
||||
.table th.inverted h4,
|
||||
.table th.inverted h5,
|
||||
.table th.inverted h6 {
|
||||
color: inherit;
|
||||
}
|
||||
pre {
|
||||
font-size: 12px;
|
||||
}
|
||||
.icon-warning-sign {
|
||||
font-size: 30px;
|
||||
margin-right: 10px;
|
||||
display: block;
|
||||
float: left;
|
||||
}
|
||||
/* BACK TO TOP
|
||||
----------------------------------------------------------------------------------------*/
|
||||
a.to-top {
|
||||
background: url('../images/theme/up.png') no-repeat;
|
||||
display: block;
|
||||
float: right;
|
||||
width: 25px;
|
||||
height: 25px;
|
||||
text-indent: -9999px;
|
||||
margin-top: -28px;
|
||||
}
|
||||
/* EXCEPTIONS FOR SPECIFIC SITUATIONS
|
||||
----------------------------------------------------------------------------------------*/
|
||||
/* D-I-D AREA
|
||||
----------------------------------------------------------------------------------------*/
|
||||
|
||||
ul.markdown-toc
|
||||
{
|
||||
margin: 4px;
|
||||
padding: 4px;
|
||||
float: right;
|
||||
z-index: 10;
|
||||
width: 30%;
|
||||
background-color: var(--toc-box-bg-color);
|
||||
border: var(--toc-box-border);
|
||||
}
|
||||
|
||||
ul.markdown-toc p
|
||||
{
|
||||
font-size: 10px;
|
||||
font-weight: bold;
|
||||
margin: 5px;
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
ul.markdown-toc p.link
|
||||
{
|
||||
font-size: 10px;
|
||||
padding-left: 8px;
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
div.markdown-toc
|
||||
{
|
||||
margin: 4px;
|
||||
padding: 4px;
|
||||
float: right;
|
||||
z-index: 10;
|
||||
width: 30%;
|
||||
background-color: var(--toc-box-bg-color);
|
||||
border: var(--toc-box-border);
|
||||
}
|
||||
|
||||
div.markdown-toc p
|
||||
{
|
||||
font-size: 10px;
|
||||
font-weight: bold;
|
||||
margin: 5px;
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
div.markdown-toc p.link
|
||||
{
|
||||
font-size: 10px;
|
||||
padding-left: 8px;
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
/* Fix to avoid truncating letter descenders in headings */
|
||||
h1, h2, h3, h4, h5, h6, .title {
|
||||
overflow: visible;
|
||||
margin: 1em 0 0.4em 0;
|
||||
}
|
||||
|
||||
/* Common content for section numbering */
|
||||
body{counter-reset:section}
|
||||
h2{counter-reset:sub-section}
|
||||
h3{counter-reset:composite}
|
||||
h4{counter-reset:detail}
|
||||
h5{counter-reset:more-detail}
|
||||
h2:before{color:silver;counter-increment:section;content:var(--heading-prefix) "." counter(section) " ";}
|
||||
h3:before{color:silver;counter-increment:sub-section;content:var(--heading-prefix) "." counter(section) "." counter(sub-section) " ";}
|
||||
h4:before{color:silver;counter-increment:composite;content:var(--heading-prefix) "." counter(section) "." counter(sub-section) "." counter(composite) " ";}
|
||||
h5:before{color:silver;counter-increment:detail;content:var(--heading-prefix) "." counter(section) "." counter(sub-section) "." counter(composite) "." counter(detail) " ";}
|
||||
h6:before{color:silver;counter-increment:more-detail;content:var(--heading-prefix) "." counter(section) "." counter(sub-section) "." counter(composite) "." counter(detail) "." counter(more-detail)" ";}
|
||||
|
||||
/* ============ downloads css ============= */
|
||||
|
||||
a[href$=".sch"]:after, a[href$=".xlsx"]:after, a[href$=".zip"]:after, a[href$=".tgz"]:after, a[href$=".xml"]:not([no-download^="true"]):after, a[href$=".json"]:not([no-download^="true"]):after, a[href$=".csv"]:after, a[href$=".ttl"]:not([no-download^="true"]):after {
|
||||
content: url(../images/download.png);
|
||||
display: inline-block;
|
||||
text-decoration: none;
|
||||
padding-left: 3px;
|
||||
}
|
||||
|
||||
/* =========== external links ============= */
|
||||
p a[href^="http://"]:not([data-no-external^="true"]):after,p a[href^="https://"]:not([data-no-external^="true"]):after {
|
||||
content: url(../images/external.png);
|
||||
display: inline-block;
|
||||
text-decoration: none;
|
||||
padding-left: 3px;
|
||||
}
|
||||
|
||||
li a[href^="http://"]:not([data-no-external^="true"]):after,li a[href^="https://"]:not([data-no-external^="true"]):after {
|
||||
content: url(../images/external.png);
|
||||
display: inline-block;
|
||||
text-decoration: none;
|
||||
padding-left: 3px;
|
||||
}
|
||||
|
||||
/* ----------New content for ballot styling------*/
|
||||
|
||||
.new-content::before {
|
||||
white-space: pre;
|
||||
content: "New Content\A ";
|
||||
color: red;
|
||||
font-weight: bold;}
|
||||
.new-content{
|
||||
margin: 5px;
|
||||
padding: 10px;
|
||||
color: #3c763d;
|
||||
background-color: #dff0d8;
|
||||
border-color: #d6e9c6;
|
||||
}
|
||||
|
||||
.modified-content::before {
|
||||
white-space: pre;
|
||||
content: "Modified Content\A ";
|
||||
color: red;
|
||||
font-weight: bold;}
|
||||
.modified-content{
|
||||
margin: 5px;
|
||||
padding: 10px;
|
||||
color: #784212;
|
||||
background-color: #fef9e7;
|
||||
border-color: #f9e79f;
|
||||
}
|
||||
|
||||
.bg-success{
|
||||
color: #3c763d;
|
||||
background-color: #dff0d8;
|
||||
border-color: #bce8f1;
|
||||
}
|
||||
|
||||
.bg-info{
|
||||
color: #31708f;
|
||||
background-color: #d9edf7;
|
||||
border-color: #d6e9c6;
|
||||
}
|
||||
|
||||
.bg-warning{
|
||||
color: #8a6d3b;
|
||||
background-color: #fcf8e3;
|
||||
border-color: #faebcc;
|
||||
}
|
||||
|
||||
.bg-danger{
|
||||
color: #a94442;
|
||||
background-color: #f2dede;
|
||||
border-color: #ebccd1;
|
||||
}
|
||||
|
||||
|
||||
.feedback {
|
||||
color: #e0e0e0;
|
||||
padding:1px ;
|
||||
font-size: 80%;
|
||||
background-size: 17px 17px;
|
||||
background-position: left center;
|
||||
background-repeat: no-repeat;
|
||||
margin-left: 7px;
|
||||
padding-left: 7px;
|
||||
padding-right: 7px;
|
||||
float: right ; /* none or right */
|
||||
border-radius: 6px;
|
||||
border: 0.5px solid #ffffff;
|
||||
}
|
||||
|
||||
.feedback:hover {
|
||||
color: #101010;
|
||||
border: 0.5px solid #777;
|
||||
background-color: #f7f7f7;
|
||||
}
|
||||
|
||||
.feedback:after { /* 'feedback:before' or after for icon before or after text */
|
||||
content: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDY0IDY0IiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyB0cmFuc2Zvcm09Im1hdHJpeCguMzE4NzIgMCAwIC4zMTg3MiAtMi4xNDYxIC0yLjE3NTcpIiBmaWxsPSIjODgyMjIyIj48cGF0aCBkPSJtNTUuNzM2IDEzLjYzNi00LjM2OC00LjM2MmMtMC40NTEtMC40NTEtMS4wNDQtMC42NzctMS42MzYtMC42NzdzLTEuMTg0IDAuMjI1LTEuNjM1IDAuNjc2bC0zLjQ5NCAzLjQ4NCA3LjYzOSA3LjYyNiAzLjQ5NC0zLjQ4M2MwLjkwMy0wLjkwMiAwLjkwMy0yLjM2NSAwLTMuMjY0eiIvPjxwb2x5Z29uIHBvaW50cz0iMjEuOTIyIDM1LjM5NiAyOS41NjIgNDMuMDIzIDUwLjYwNyAyMi4wMTcgNDIuOTY3IDE0LjM5Ii8+PHBvbHlnb24gcG9pbnRzPSIyNy45MTMgNDQuNjU0IDIwLjI3MyAzNy4wMjggMTguNjQyIDQ2LjI4Ii8+PHBhdGggZD0ibTQxLjM5MyA1MC40MDNoLTI4LjgwNnYtMjguODA2aDIwLjMyOWw1LjAxLTVoLTI3LjEwNmMtMS43NzkgMC0zLjIzNCAxLjQ1NS0zLjIzNCAzLjIzNHYzMi4zMzljMCAxLjc3OSAxLjQ1NSAzLjIzNCAzLjIzNCAzLjIzNGgzMi4zMzljMS43NzkgMCAzLjIzNC0xLjQ1NSAzLjIzNC0zLjIzNHYtMjMuMTIxbC01IDQuOTkxeiIvPjwvZz48L3N2Zz4K')!important;
|
||||
}
|
||||
|
||||
.feedback:before { /* 'feedback:before' or after for icon before or after text */
|
||||
content: none !important;
|
||||
padding-left: 3px;
|
||||
padding-right: 3px;
|
||||
}
|
||||
|
||||
.copy-text {
|
||||
font-family: monospace;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.copy-text .btn-copy{
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
.copy-text:hover .btn-copy {
|
||||
visibility: visible;
|
||||
}
|
||||
|
||||
.btn-copy {
|
||||
height: 14px;
|
||||
width: 17px;
|
||||
background-image: url('../ico/noun_copy to clipboard_1669410.png');
|
||||
background-size: 22px;
|
||||
padding: 0px 0px;
|
||||
border-width: 0px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
|
||||
code[class*="language-"],
|
||||
pre[class*="language-"] {
|
||||
text-shadow: none;
|
||||
}
|
||||
66
bd-national-template/content/assets/css/pygments-manni.css
Normal file
66
bd-national-template/content/assets/css/pygments-manni.css
Normal file
@@ -0,0 +1,66 @@
|
||||
.hll { background-color: #ffffcc }
|
||||
/*{ background: #f0f3f3; }*/
|
||||
.c { color: #999; } /* Comment */
|
||||
.err { color: #AA0000; background-color: #FFAAAA } /* Error */
|
||||
.k { color: #006699; } /* Keyword */
|
||||
.o { color: #555555 } /* Operator */
|
||||
.cm { color: #0099FF; font-style: italic } /* Comment.Multiline */
|
||||
.cp { color: #009999 } /* Comment.Preproc */
|
||||
.c1 { color: #999; } /* Comment.Single */
|
||||
.cs { color: #999; } /* Comment.Special */
|
||||
.gd { background-color: #FFCCCC; border: 1px solid #CC0000 } /* Generic.Deleted */
|
||||
.ge { font-style: italic } /* Generic.Emph */
|
||||
.gr { color: #FF0000 } /* Generic.Error */
|
||||
.gh { color: #003300; } /* Generic.Heading */
|
||||
.gi { background-color: #CCFFCC; border: 1px solid #00CC00 } /* Generic.Inserted */
|
||||
.go { color: #AAAAAA } /* Generic.Output */
|
||||
.gp { color: #000099; } /* Generic.Prompt */
|
||||
.gs { } /* Generic.Strong */
|
||||
.gu { color: #003300; } /* Generic.Subheading */
|
||||
.gt { color: #99CC66 } /* Generic.Traceback */
|
||||
.kc { color: #006699; } /* Keyword.Constant */
|
||||
.kd { color: #006699; } /* Keyword.Declaration */
|
||||
.kn { color: #006699; } /* Keyword.Namespace */
|
||||
.kp { color: #006699 } /* Keyword.Pseudo */
|
||||
.kr { color: #006699; } /* Keyword.Reserved */
|
||||
.kt { color: #007788; } /* Keyword.Type */
|
||||
.m { color: #FF6600 } /* Literal.Number */
|
||||
.s { color: #d44950 } /* Literal.String */
|
||||
.na { color: #4f9fcf } /* Name.Attribute */
|
||||
.nb { color: #336666 } /* Name.Builtin */
|
||||
.nc { color: #00AA88; } /* Name.Class */
|
||||
.no { color: #336600 } /* Name.Constant */
|
||||
.nd { color: #9999FF } /* Name.Decorator */
|
||||
.ni { color: #999999; } /* Name.Entity */
|
||||
.ne { color: #CC0000; } /* Name.Exception */
|
||||
.nf { color: #CC00FF } /* Name.Function */
|
||||
.nl { color: #9999FF } /* Name.Label */
|
||||
.nn { color: #00CCFF; } /* Name.Namespace */
|
||||
.nt { color: #2f6f9f; } /* Name.Tag */
|
||||
.nv { color: #003333 } /* Name.Variable */
|
||||
.ow { color: #000000; } /* Operator.Word */
|
||||
.w { color: #bbbbbb } /* Text.Whitespace */
|
||||
.mf { color: #FF6600 } /* Literal.Number.Float */
|
||||
.mh { color: #FF6600 } /* Literal.Number.Hex */
|
||||
.mi { color: #FF6600 } /* Literal.Number.Integer */
|
||||
.mo { color: #FF6600 } /* Literal.Number.Oct */
|
||||
.sb { color: #CC3300 } /* Literal.String.Backtick */
|
||||
.sc { color: #CC3300 } /* Literal.String.Char */
|
||||
.sd { color: #CC3300; font-style: italic } /* Literal.String.Doc */
|
||||
.s2 { color: #CC3300 } /* Literal.String.Double */
|
||||
.se { color: #CC3300; } /* Literal.String.Escape */
|
||||
.sh { color: #CC3300 } /* Literal.String.Heredoc */
|
||||
.si { color: #AA0000 } /* Literal.String.Interpol */
|
||||
.sx { color: #CC3300 } /* Literal.String.Other */
|
||||
.sr { color: #33AAAA } /* Literal.String.Regex */
|
||||
.s1 { color: #CC3300 } /* Literal.String.Single */
|
||||
.ss { color: #FFCC33 } /* Literal.String.Symbol */
|
||||
.bp { color: #336666 } /* Name.Builtin.Pseudo */
|
||||
.vc { color: #003333 } /* Name.Variable.Class */
|
||||
.vg { color: #003333 } /* Name.Variable.Global */
|
||||
.vi { color: #003333 } /* Name.Variable.Instance */
|
||||
.il { color: #FF6600 } /* Literal.Number.Integer.Long */
|
||||
|
||||
.css .o,
|
||||
.css .o + .nt,
|
||||
.css .nt + .nt { color: #999; }
|
||||
2
bd-national-template/content/assets/css/xml.css
Normal file
2
bd-national-template/content/assets/css/xml.css
Normal file
@@ -0,0 +1,2 @@
|
||||
|
||||
pre code{display:block;padding:.5em;background:white;color:black}pre .comment,pre .template_comment,pre .javadoc,pre .comment *{color:#800}pre .keyword,pre .method,pre .list .title,pre .clojure .built_in,pre .nginx .title,pre .tag .title,pre .setting .value,pre .winutils,pre .tex .command,pre .http .title,pre .request,pre .status{color:#008}pre .envvar,pre .tex .special{color:#660}pre .string,pre .tag .value,pre .cdata,pre .filter .argument,pre .attr_selector,pre .apache .cbracket,pre .date,pre .regexp{color:#080}pre .sub .identifier,pre .pi,pre .tag,pre .tag .keyword,pre .decorator,pre .ini .title,pre .shebang,pre .prompt,pre .hexcolor,pre .rules .value,pre .css .value .number,pre .literal,pre .symbol,pre .ruby .symbol .string,pre .number,pre .css .function,pre .clojure .attribute{color:#066}pre .class .title,pre .haskell .type,pre .smalltalk .class,pre .javadoctag,pre .yardoctag,pre .phpdoc,pre .typename,pre .tag .attribute,pre .doctype,pre .class .id,pre .built_in,pre .setting,pre .params,pre .variable,pre .clojure .title{color:#606}pre .css .tag,pre .rules .property,pre .pseudo,pre .subst{color:#000}pre .css .class,pre .css .id{color:#9b703f}pre .value .important{color:#f70;font-weight:bold}pre .rules .keyword{color:#c5af75}pre .annotation,pre .apache .sqbracket,pre .nginx .built_in{color:#9b859d}pre .preprocessor,pre .preprocessor *{color:#444}pre .tex .formula{background-color:#EEE;font-style:italic}pre .diff .header,pre .chunk{color:#808080;font-weight:bold}pre .diff .change{background-color:#bccff9}pre .addition{background-color:#baeeba}pre .deletion{background-color:#ffc8bd}pre .comment .yardoctag{font-weight:bold}
|
||||
Reference in New Issue
Block a user