mirror of
https://github.com/webslides/WebSlides.git
synced 2025-08-23 21:33:09 +02:00
removing border img/figure: [class*="text-pull-"]
This commit is contained in:
committed by
GitHub
parent
b2e6e032d4
commit
4096c85f83
@@ -81,27 +81,27 @@ hr:after {
|
|||||||
color: #333;
|
color: #333;
|
||||||
}
|
}
|
||||||
|
|
||||||
abbr,
|
bbbr,
|
||||||
acronym {
|
acronym {
|
||||||
border-bottom: 1px dotted #333;
|
border-bottom: 1px dotted #333;
|
||||||
}
|
}
|
||||||
|
|
||||||
mark,
|
mark,
|
||||||
ins {
|
ins {
|
||||||
background-color: rgba(221,238,255, 0.8);
|
background-color: rgba(221,238,255, 0.8);
|
||||||
color: inherit;
|
color: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
::-moz-selection {
|
::-moz-selection {
|
||||||
background-color: rgba(221,238,255, 0.8);
|
background-color: rgba(221,238,255, 0.8);
|
||||||
}
|
}
|
||||||
|
|
||||||
::-webkit-selection {
|
::-webkit-selection {
|
||||||
background-color: rgba(221,238,255, 0.8);
|
background-color: rgba(221,238,255, 0.8);
|
||||||
}
|
}
|
||||||
|
|
||||||
::selection {
|
::selection {
|
||||||
background-color: rgba(221,238,255, 0.8);
|
background-color: rgba(221,238,255, 0.8);
|
||||||
}
|
}
|
||||||
|
|
||||||
pre {
|
pre {
|
||||||
@@ -119,7 +119,7 @@ code,[class*="bg-"] pre {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.bg-white code{
|
.bg-white code{
|
||||||
background: rgba(0, 20, 80, 0.03);
|
background: rgba(0, 20, 80, 0.03);
|
||||||
}
|
}
|
||||||
/*================================================
|
/*================================================
|
||||||
Slides - Backgrounds <section class="bg-primary">
|
Slides - Backgrounds <section class="bg-primary">
|
||||||
@@ -218,7 +218,7 @@ Slides - Backgrounds <section class="bg-primary">
|
|||||||
|
|
||||||
/*Covers/Longforms...*/
|
/*Covers/Longforms...*/
|
||||||
.bg-trans-gradient{
|
.bg-trans-gradient{
|
||||||
background: linear-gradient(to top, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 100%);
|
background: linear-gradient(to top, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 100%);
|
||||||
}
|
}
|
||||||
|
|
||||||
/*Horizontal Gradient*/
|
/*Horizontal Gradient*/
|
||||||
@@ -250,9 +250,9 @@ Slides - Backgrounds <section class="bg-primary">
|
|||||||
|
|
||||||
/*Gray Gradient (horizontal)*/
|
/*Gray Gradient (horizontal)*/
|
||||||
.bg-gradient-gray{
|
.bg-gradient-gray{
|
||||||
background: linear-gradient(90deg,#f7f9fb 0,#dee2e6 100%);
|
background: linear-gradient(90deg,#f7f9fb 0,#dee2e6 100%);
|
||||||
color: #333;
|
color: #333;
|
||||||
text-shadow: none;
|
text-shadow: none;
|
||||||
}
|
}
|
||||||
/*Border/Frame*/
|
/*Border/Frame*/
|
||||||
.frame {
|
.frame {
|
||||||
@@ -261,7 +261,7 @@ Slides - Backgrounds <section class="bg-primary">
|
|||||||
|
|
||||||
/*Layer/Box Shadow*/
|
/*Layer/Box Shadow*/
|
||||||
.shadow,.pre {
|
.shadow,.pre {
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
.shadow:before,.shadow:after {
|
.shadow:before,.shadow:after {
|
||||||
box-shadow: 0 16px 24px rgba(0, 20, 80, 0.3);
|
box-shadow: 0 16px 24px rgba(0, 20, 80, 0.3);
|
||||||
@@ -274,13 +274,16 @@ TYPOGRAPHY
|
|||||||
/* -- Horizontal separator -- */
|
/* -- Horizontal separator -- */
|
||||||
|
|
||||||
.text-separator:before {
|
.text-separator:before {
|
||||||
background-color: rgba(170, 0, 0, 0.8);
|
background-color: rgba(170, 0, 0, 0.8);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* -- Pull Quote (Right/Left) -- */
|
/* -- Pull Quote (Right/Left) -- */
|
||||||
|
|
||||||
[class*="text-pull-"] {
|
[class*="text-pull-"] {
|
||||||
border-top: 4px solid rgba(0, 0, 0, 0.5);
|
border-top: 4px solid rgba(0, 0, 0, 0.5);
|
||||||
|
}
|
||||||
|
img[class*="text-pull-"],figure[class*="text-pull-"] {
|
||||||
|
border-top: none;
|
||||||
}
|
}
|
||||||
/* -- Context -- */
|
/* -- Context -- */
|
||||||
|
|
||||||
@@ -387,7 +390,7 @@ Features & Clients List
|
|||||||
}
|
}
|
||||||
|
|
||||||
.features li:hover,.clients li:hover {
|
.features li:hover,.clients li:hover {
|
||||||
box-shadow: 0 8px 16px rgba(0,20,80,.02),0 4px 16px rgba(0,0,0,.08);
|
box-shadow: 0 8px 16px rgba(0,20,80,.02),0 4px 16px rgba(0,0,0,.08);
|
||||||
}
|
}
|
||||||
/*.features li span,.features li svg{color: #44d;}*/
|
/*.features li span,.features li svg{color: #44d;}*/
|
||||||
|
|
||||||
@@ -519,7 +522,7 @@ Gallery li+.overlay+image
|
|||||||
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 4px 8px rgba(0, 0, 0, 0.08);
|
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 4px 8px rgba(0, 0, 0, 0.08);
|
||||||
}
|
}
|
||||||
.gallery li footer {
|
.gallery li footer {
|
||||||
border-top:1px solid rgba(0,20,80,0.1);
|
border-top:1px solid rgba(0,20,80,0.1);
|
||||||
}
|
}
|
||||||
|
|
||||||
.gallery li a {
|
.gallery li a {
|
||||||
@@ -684,13 +687,13 @@ Cards
|
|||||||
/*== Figure Background === */
|
/*== Figure Background === */
|
||||||
|
|
||||||
[class*="card-"][class*="bg-"] figure {
|
[class*="card-"][class*="bg-"] figure {
|
||||||
background-color: rgba(0, 20, 80, 0.06);
|
background-color: rgba(0, 20, 80, 0.06);
|
||||||
}
|
}
|
||||||
|
|
||||||
/*== Ficaption Cards === */
|
/*== Ficaption Cards === */
|
||||||
|
|
||||||
[class*="card-"] figcaption,
|
[class*="card"] figcaption,
|
||||||
[class*="card-"] figcaption a {
|
[class*="card"] figcaption a {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
|
background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
|
||||||
}
|
}
|
||||||
@@ -783,10 +786,10 @@ input:focus::-moz-placeholder {
|
|||||||
input:focus::-webkit-input-placeholder {
|
input:focus::-webkit-input-placeholder {
|
||||||
color: #ddd;
|
color: #ddd;
|
||||||
}
|
}
|
||||||
a.button,[class*="badge-"],
|
a.button,[class*="badge-"]
|
||||||
button[type="submit"],
|
button[type="submit"],
|
||||||
input {
|
input {
|
||||||
box-shadow: 0 10px 16px -8px rgba(0, 20, 80, 0.3);
|
box-shadow: 0px 10px 16px -8px rgba(0, 20, 80, 0.3);
|
||||||
}
|
}
|
||||||
|
|
||||||
button,
|
button,
|
||||||
@@ -810,7 +813,7 @@ input[type="submit"],
|
|||||||
text-shadow: 0 1px 0 #123;
|
text-shadow: 0 1px 0 #123;
|
||||||
}
|
}
|
||||||
.button:active,button[type="submit"]:active,input[type="submit"]:active {
|
.button:active,button[type="submit"]:active,input[type="submit"]:active {
|
||||||
background-color: #17d;
|
background-color: #17d;
|
||||||
}
|
}
|
||||||
.ghost,.ghost:hover {background: none;color: inherit;text-shadow: none;}
|
.ghost,.ghost:hover {background: none;color: inherit;text-shadow: none;}
|
||||||
.bg-primary select,
|
.bg-primary select,
|
||||||
|
Reference in New Issue
Block a user