diff --git a/sass/content.scss b/sass/content.scss index 47987da..a9b658e 100644 --- a/sass/content.scss +++ b/sass/content.scss @@ -136,4 +136,15 @@ code { .comment-form-email, .comment-form-url { width: 50%; - } \ No newline at end of file + } + +/*-------------------------------------------------------------- +10.4 Private Page List +--------------------------------------------------------------*/ + +#page-private-list { + li { + list-style-type: none; + padding-bottom:10px; + } +} \ No newline at end of file diff --git a/sass/widgets.scss b/sass/widgets.scss index 5c8a63a..b939864 100644 --- a/sass/widgets.scss +++ b/sass/widgets.scss @@ -130,6 +130,16 @@ .textwidget { margin:$widget-content-margin; } + ul { + li { + list-style-type: disc; + } + } + ol { + li { + list-style-type:decimal; + } + } } &.simple-social-icons { ul { @@ -138,6 +148,10 @@ margin:.5em!important; } } + .social-bloglovin:before, .social-dribbble:before, .social-email:before, .social-facebook:before, .social-flickr:before, .social-github:before, .social-gplus:before, .social-instagram:before, .social-linkedin:before, .social-pinterest:before, .social-rss:before, .social-stumbleupon:before, .social-tumblr:before, .social-twitter:before, .social-vimeo:before, .social-youtube:before { + display:none; + content:none; + } } &.widget_rcpt { ul { diff --git a/style.css b/style.css index 0e08ace..3fc0cbf 100644 --- a/style.css +++ b/style.css @@ -318,7 +318,6 @@ th { src: url("../../global/bootstrap-sass-master/assets/fonts/bootstrap/glyphicons-halflings-regular.eot"); src: url("../../global/bootstrap-sass-master/assets/fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../../global/bootstrap-sass-master/assets/fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../../global/bootstrap-sass-master/assets/fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../../global/bootstrap-sass-master/assets/fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg"); } - .glyphicon { position: relative; top: 1px; @@ -1146,7 +1145,7 @@ th { html { font-size: 10px; - -webkit-tap-highlight-color: rgba(0, 0, 0, 0); + -webkit-tap-highlight-color: transparent; } body { @@ -5136,7 +5135,6 @@ a.thumbnail.active { background-position: 0 0; } } - @keyframes progress-bar-stripes { from { background-position: 40px 0; @@ -5146,7 +5144,6 @@ a.thumbnail.active { background-position: 0 0; } } - .progress { overflow: hidden; height: 20px; @@ -6356,7 +6353,7 @@ button.close { border-radius: 10px; cursor: pointer; background-color: #000 \9; - background-color: rgba(0, 0, 0, 0); + background-color: transparent; } .carousel-indicators .active { margin: 0; @@ -6466,7 +6463,6 @@ button.close { @-ms-viewport { width: device-width; } - .visible-xs, .visible-sm, .visible-md, .visible-lg { display: none !important; } @@ -6725,7 +6721,6 @@ button.close { font-weight: normal; font-style: normal; } - @font-face { font-family: 'Proxima Nova'; src: url("../../global/fonts/proximanova_semibold/ProximaNova-Sbold-webfont.eot"); @@ -6733,7 +6728,6 @@ button.close { font-weight: 500; font-style: normal; } - /* - - - - - - - - - - - - - - - - - - - == Titlebar - - - - - - - - - - - - - - - - - - - */ @@ -7172,6 +7166,14 @@ code { width: 50%; } +/*-------------------------------------------------------------- +10.4 Private Page List +--------------------------------------------------------------*/ +#page-private-list li { + list-style-type: none; + padding-bottom: 10px; +} + /* - - - - - - - - - - - - - - - - - - - == Captions - - - - - - - - - - - - - - - - - - - */ @@ -7392,12 +7394,22 @@ object { .widget.widget_black_studio_tinymce .textwidget { margin: 1em; } +.widget.widget_black_studio_tinymce ul li { + list-style-type: disc; +} +.widget.widget_black_studio_tinymce ol li { + list-style-type: decimal; +} .widget.simple-social-icons ul { margin: 0.5em !important; } .widget.simple-social-icons ul li { margin: 0.5em !important; } +.widget.simple-social-icons .social-bloglovin:before, .widget.simple-social-icons .social-dribbble:before, .widget.simple-social-icons .social-email:before, .widget.simple-social-icons .social-facebook:before, .widget.simple-social-icons .social-flickr:before, .widget.simple-social-icons .social-github:before, .widget.simple-social-icons .social-gplus:before, .widget.simple-social-icons .social-instagram:before, .widget.simple-social-icons .social-linkedin:before, .widget.simple-social-icons .social-pinterest:before, .widget.simple-social-icons .social-rss:before, .widget.simple-social-icons .social-stumbleupon:before, .widget.simple-social-icons .social-tumblr:before, .widget.simple-social-icons .social-twitter:before, .widget.simple-social-icons .social-vimeo:before, .widget.simple-social-icons .social-youtube:before { + display: none; + content: none; +} .widget.widget_rcpt ul { margin: 0; }