Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • project/bootstrap_barrio
  • issue/bootstrap_barrio-3178809
  • issue/bootstrap_barrio-3186647
  • issue/bootstrap_barrio-3187390
  • issue/bootstrap_barrio-3198948
  • issue/bootstrap_barrio-3190717
  • issue/bootstrap_barrio-3218712
  • issue/bootstrap_barrio-3230593
  • issue/bootstrap_barrio-3230599
  • issue/bootstrap_barrio-3236384
  • issue/bootstrap_barrio-3240195
  • issue/bootstrap_barrio-3250653
  • issue/bootstrap_barrio-3261777
  • issue/bootstrap_barrio-3261779
  • issue/bootstrap_barrio-3261798
  • issue/bootstrap_barrio-3263051
  • issue/bootstrap_barrio-3263280
  • issue/bootstrap_barrio-3266511
  • issue/bootstrap_barrio-3264328
  • issue/bootstrap_barrio-3243148
  • issue/bootstrap_barrio-3275421
  • issue/bootstrap_barrio-3280318
  • issue/bootstrap_barrio-3291257
  • issue/bootstrap_barrio-3224153
  • issue/bootstrap_barrio-3291051
  • issue/bootstrap_barrio-3285659
  • issue/bootstrap_barrio-3267931
  • issue/bootstrap_barrio-3282753
  • issue/bootstrap_barrio-3277416
  • issue/bootstrap_barrio-3221705
  • issue/bootstrap_barrio-3250809
  • issue/bootstrap_barrio-3298597
  • issue/bootstrap_barrio-3295840
  • issue/bootstrap_barrio-3296223
  • issue/bootstrap_barrio-3294691
  • issue/bootstrap_barrio-3227133
  • issue/bootstrap_barrio-3204668
  • issue/bootstrap_barrio-3217958
  • issue/bootstrap_barrio-3318028
  • issue/bootstrap_barrio-3315648
  • issue/bootstrap_barrio-3303726
  • issue/bootstrap_barrio-3315699
  • issue/bootstrap_barrio-3311048
  • issue/bootstrap_barrio-3316001
  • issue/bootstrap_barrio-3318606
  • issue/bootstrap_barrio-3228330
  • issue/bootstrap_barrio-3319087
  • issue/bootstrap_barrio-3325878
  • issue/bootstrap_barrio-3317231
  • issue/bootstrap_barrio-3323096
  • issue/bootstrap_barrio-3332193
  • issue/bootstrap_barrio-3333130
  • issue/bootstrap_barrio-3343090
  • issue/bootstrap_barrio-3338414
  • issue/bootstrap_barrio-3339946
  • issue/bootstrap_barrio-3341389
  • issue/bootstrap_barrio-3341680
  • issue/bootstrap_barrio-3349024
  • issue/bootstrap_barrio-3341031
  • issue/bootstrap_barrio-3350493
  • issue/bootstrap_barrio-3350552
  • issue/bootstrap_barrio-3357879
  • issue/bootstrap_barrio-3314580
  • issue/bootstrap_barrio-3361039
  • issue/bootstrap_barrio-3366686
  • issue/bootstrap_barrio-3366982
  • issue/bootstrap_barrio-3401762
  • issue/bootstrap_barrio-3351160
  • issue/bootstrap_barrio-3399149
  • issue/bootstrap_barrio-3379141
  • issue/bootstrap_barrio-3383193
  • issue/bootstrap_barrio-3382683
  • issue/bootstrap_barrio-3385322
  • issue/bootstrap_barrio-3375603
  • issue/bootstrap_barrio-3386006
  • issue/bootstrap_barrio-3383166
  • issue/bootstrap_barrio-3391450
  • issue/bootstrap_barrio-3393012
  • issue/bootstrap_barrio-3394923
  • issue/bootstrap_barrio-3396023
  • issue/bootstrap_barrio-3396289
  • issue/bootstrap_barrio-3397249
  • issue/bootstrap_barrio-3204900
  • issue/bootstrap_barrio-3264744
  • issue/bootstrap_barrio-3415287
  • issue/bootstrap_barrio-3384625
  • issue/bootstrap_barrio-3332673
  • issue/bootstrap_barrio-3421337
  • issue/bootstrap_barrio-3424718
  • issue/bootstrap_barrio-3391100
  • issue/bootstrap_barrio-3445758
  • issue/bootstrap_barrio-3447593
  • issue/bootstrap_barrio-3446397
  • issue/bootstrap_barrio-3452394
  • issue/bootstrap_barrio-3455035
  • issue/bootstrap_barrio-3415578
  • issue/bootstrap_barrio-3471821
  • issue/bootstrap_barrio-3473699
  • issue/bootstrap_barrio-3474336
  • issue/bootstrap_barrio-3473090
  • issue/bootstrap_barrio-3478747
  • issue/bootstrap_barrio-3478754
  • issue/bootstrap_barrio-3479043
  • issue/bootstrap_barrio-3464708
  • issue/bootstrap_barrio-3492730
  • issue/bootstrap_barrio-3492735
  • issue/bootstrap_barrio-3492683
  • issue/bootstrap_barrio-3495268
  • issue/bootstrap_barrio-3496691
  • issue/bootstrap_barrio-3488642
  • issue/bootstrap_barrio-3499628
  • issue/bootstrap_barrio-3502024
  • issue/bootstrap_barrio-3508464
  • issue/bootstrap_barrio-3511393
  • issue/bootstrap_barrio-3515287
115 results
Show changes
Showing
with 385 additions and 191 deletions
......@@ -4,5 +4,5 @@
*/
nav.tabs {
margin-bottom: 20px;
margin-bottom: 1rem;
}
body.toolbar-horizontal #navbar-top.fixed-top,
body.toolbar-vertical #navbar-top.fixed-top,
body.toolbar-vertical.toolbar-tray-open #navbar-top.fixed-top,
body.toolbar-horizontal #navbar-main.fixed-top,
body.toolbar-vertical #navbar-main.fixed-top,
body.toolbar-vertical.toolbar-tray-open #navbar-main.fixed-top {
top: 40px;
}
body.toolbar-horizontal.toolbar-tray-open #navbar-top.fixed-top,
body.toolbar-horizontal.toolbar-tray-open #navbar-main.fixed-top {
top: 80px;
}
body.toolbar-fixed .toolbar-oriented .toolbar-bar {
z-index: 1040;
}
......@@ -66,10 +66,32 @@
}
/* Login page stype */
.page-user-login main .region-content, .page-user-password main .region-content {
.page-user-login main .region-content,
.page-user-password main .region-content {
max-width: 400px;
background: white;
padding: 15px 25px;
margin: 0 auto;
border-radius: 5px;
}
/* User account page */
body.path-user .field--label-inline .field__label {
width: 100px;
}
body.path-user .field--label-inline .field__item {
padding: 0.25rem 1rem;
border-radius: 1rem;
background: #e9ecef;
min-width: 250px;
margin: 0.25rem 0;
}
body.path-user .field--label-above .field__item {
padding: 0.25rem 1rem;
border-radius: 1rem;
background: #e9ecef;
width: 100%;
margin: 0.25rem 0;
}
\ No newline at end of file
......@@ -4,64 +4,87 @@
*/
.vertical-tabs {
margin: 1em 0 1em 15em; /* LTR */
margin: 0;
/* LTR */
border: 1px solid #ccc;
display: flex;
flex-direction: row;
font-size: 0.875rem;
}
[dir="rtl"] .vertical-tabs {
margin-left: 0;
margin-right: 15em;
flex-direction: row-reverse;
margin-left: 0;
margin-right: 0;
}
.vertical-tabs__menu {
float: left; /* LTR */
display: flex;
flex-direction: column;
flex-wrap: nowrap;
/* LTR */
width: 15em;
margin: -1px 0 -1px -15em; /* LTR */
margin: 0;
/* LTR */
padding: 0;
border-top: 1px solid #ccc;
list-style: none;
}
[dir="rtl"] .vertical-tabs__menu {
float: right;
margin-left: 0;
margin-right: -15em;
}
.vertical-tabs__pane {
margin: 0;
border: 0;
}
.vertical-tabs__pane > summary {
.vertical-tabs__pane>summary {
display: none;
}
/* Layout of each tab. */
.vertical-tabs__menu-item {
border: 1px solid #ccc;
border-top: 0;
background: #eee;
}
.vertical-tabs__menu-item a {
display: block;
padding: 0.5em 0.6em;
text-decoration: none;
}
.vertical-tabs__menu-item a:focus .vertical-tabs__menu-item-title,
.vertical-tabs__menu-item a:active .vertical-tabs__menu-item-title,
.vertical-tabs__menu-item a:hover .vertical-tabs__menu-item-title {
text-decoration: underline;
}
.vertical-tabs__menu-item a:hover {
outline: 1px dotted;
}
.vertical-tabs__menu-item.is-selected {
border-right-width: 0; /* LTR */
border-right-width: 0;
/* LTR */
background-color: #fff;
}
[dir="rtl"] .vertical-tabs__menu-item.is-selected {
border-left-width: 0;
border-right-width: 1px;
}
.vertical-tabs__menu-item.is-selected .vertical-tabs__menu-item-title {
color: #000;
}
.vertical-tabs__menu-item-summary {
display: block;
margin-bottom: 0;
......
......@@ -9,7 +9,7 @@
}
.views-displays .tabs .open > a:hover,
.views-displays .tabs .open > a:focus {
color: #0071B3;
color: #0071b3;
}
.views-displays .secondary .form-submit {
font-size: 0.846em;
......@@ -22,14 +22,14 @@
/* Contextual filter options styles */
.views-filterable-options .filterable-option:nth-of-type(even) .form-type-checkbox {
background-color: #F9F9F9;
background-color: #f9f9f9;
}
/* Views action dropbutton styles */
.views-ui-display-tab-actions .dropbutton .form-submit {
color: #0071B3;
color: #0071b3;
}
.views-ui-display-tab-actions .dropbutton .form-submit:hover,
.views-ui-display-tab-actions .dropbutton .form-submit:focus {
color: #018FE2;
color: #018fe2;
}
/* ---------- General Layout ---------- */
body,
......@@ -8,9 +7,9 @@ select {
color: #000;
background: none;
}
body.two-sidebars,
body.sidebar-first,
body.sidebar-second,
.two-sidebars,
.sidebar-first,
.sidebar-second,
body {
width: 640px;
}
......
/* ---------- Alegreya, Roboto Condensed, Roboto ---------- */
h1, h2, h1 a, h2 a {
font-family: 'Alegreya', serif;
h1,
h2,
h1 a,
h2 a {
font-family: 'Alegreya', serif;
}
h1,
h1 a {
font-family: 'Alegreya', serif;
font-weight: 700;
}
h2,
h2 a {
font-family: 'Alegreya', serif;
font-weight: 700;
}
h4,
h5,
h6 {
font-family: 'Roboto Condensed', sans-serif;
}
h3,
h3 a {
font-family: 'Roboto Condensed', sans-serif;
font-weight: normal;
text-transform: uppercase;
letter-spacing: 2px;
}
h1, h1 a {
font-weight: 700;
}
h2, h2 a {
font-weight: 700;
}
h3, h4, h5, h6, h3 a {
font-family: 'Roboto Condensed', sans-serif;
body,
p,
a,
li {
font-family: 'Roboto', sans-serif;
}
h3 {
font-weight: normal;
text-transform: uppercase;
letter-spacing: 2px;
}
body, p, a, li {
font-family: 'Roboto', sans-serif;
}
\ No newline at end of file
/* ---------- Amatic SC, Josefin Sans ---------- */
h1, h1 a {
font-family: 'Amatic SC', cursive;
font-weight: 700;
}
h2, h3, h4, h5, h6, h2 a, h3 a {
font-family: 'Amatic SC', cursive;
h1,
h1 a {
font-family: 'Amatic SC', cursive;
font-weight: 700;
}
h2,
h3,
h4,
h5,
h6,
h2 a,
h3 a {
font-family: 'Amatic SC', cursive;
}
body,
p,
li,
a {
font-family: 'Josefin Sans', sans-serif;
}
body, p, li, a {
font-family: 'Josefin Sans', sans-serif;
}
/* ---------- Coustard Ultra, Leckerli One ---------- */
h1, h2, h1 a, h2 a {
font-family: 'Coustard', serif;
font-weight: 900;
}
h3, h4, h5, h6, h3 a {
font-family: 'Coustard', serif;
}
body, p, a, li {
font-family: 'Leckerli One', cursive;
font-weight: 400;
}
h1,
h2,
h1 a,
h2 a {
font-family: 'Coustard', serif;
font-weight: 900;
}
h3,
h4,
h5,
h6,
h3 a {
font-family: 'Coustard', serif;
}
body,
p,
a,
li {
font-family: 'Leckerli One', cursive;
font-weight: 400;
}
/* ---------- Dancing Script, EB Garamond ---------- */
h1, h1 a {
font-family: 'Dancing Script', cursive;
font-weight: 700;
}
h2, h3, h4, h5, h6, h2 a, h3 a {
font-family: 'EB Garamond', serif;
font-weight: normal;
text-transform: uppercase;
}
body, p, a, li {
font-family: 'EB Garamond', serif;
}
\ No newline at end of file
h1,
h1 a {
font-family: 'Dancing Script', cursive;
font-weight: 700;
}
h2,
h3,
h4,
h5,
h6,
h2 a,
h3 a {
font-family: 'EB Garamond', serif;
font-weight: normal;
text-transform: uppercase;
}
body,
p,
a,
li {
font-family: 'EB Garamond', serif;
}
/* ---------- Dosis, Open Sans ---------- */
h1, h1 a {
font-family: 'Playfair Display', serif;
font-weight: 900;
}
h2, h3, h4, h5, h6, h2 a, h3 a {
font-family: 'Playfair Display', serif;
}
body, p, a, li {
font-family: 'Alice', serif;
}
\ No newline at end of file
h1,
h1 a {
font-family: 'Dosis', serif;
font-weight: 900;
}
h2,
h3,
h4,
h5,
h6,
h2 a,
h3 a {
font-family: 'Dosis', serif;
}
body,
p,
a,
li {
font-family: 'Open Sans', serif;
}
/* ---------- Fjalla One, Cantarell ---------- */
h1, h2, h1 a, h2 a {
font-family: 'Fjalla One', sans-serif;
font-weight: normal;
text-transform: uppercase;
}
h3, h4, h5, h6, h3 a {
font-family: 'Cantarell', sans-serif;
font-weight: 700;
text-transform: uppercase;
letter-spacing: -1px;
}
body, p, a, li {
font-family: 'Cantarell', sans-serif;
}
h1,
h2,
h1 a,
h2 a {
font-family: 'Fjalla One', sans-serif;
font-weight: normal;
text-transform: uppercase;
}
h3,
h4,
h5,
h6,
h3 a {
font-family: 'Cantarell', sans-serif;
font-weight: 700;
text-transform: uppercase;
letter-spacing: -1px;
}
body,
p,
a,
li {
font-family: 'Cantarell', sans-serif;
}
/* ---------- Lato, Grand Hotel ---------- */
h1, h2, h1 a, h2 a {
font-family: 'Lato', sans-serif;
font-weight: 300;
}
h3, h4, h5, h6, h3 a {
font-family: 'Grand Hotel', cursive;
font-weight: normal;
}
body, p, a, li {
font-family: 'Lato', sans-serif;
}
h1,
h2,
h1 a,
h2 a {
font-family: 'Lato', sans-serif;
font-weight: 300;
}
h3,
h4,
h5,
h6,
h3 a {
font-family: 'Grand Hotel', cursive;
font-weight: normal;
}
body,
p,
a,
li {
font-family: 'Lato', sans-serif;
}
/* ---------- Medula One, Abel ---------- */
h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a {
font-family: 'Medula One', cursive;
}
body, p, a, li {
font-family: 'Abel', sans-serif;
}
\ No newline at end of file
h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a {
font-family: 'Medula One', cursive;
}
body,
p,
a,
li {
font-family: 'Abel', sans-serif;
}
/* ---------- Monserrat, Lato ---------- */
body, p, a, li {
body,
p,
a,
li {
font-family: 'Lato', arial, sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a {
h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a {
font-family: 'Montserrat', sans-serif;
font-weight: 700;
}
\ No newline at end of file
}
/* ---------- Oswald, Droid Serif ---------- */
h1, h1 a {
font-family: 'Oswald', sans-serif;
font-weight: 700;
text-transform: uppercase;
}
h2, h2 a {
font-family: 'Oswald', sans-serif;
text-transform: uppercase;
h1,
h1 a {
font-family: 'Oswald', sans-serif;
font-weight: 700;
text-transform: uppercase;
}
h2,
h2 a {
font-family: 'Oswald', sans-serif;
text-transform: uppercase;
}
h3,
h3 a {
font-family: 'Droid Serif', serif;
font-weight: 400;
font-style: italic;
}
body,
p,
h4,
h5,
h6,
a,
li {
font-family: 'Droid Serif', serif;
}
h3, h3 a {
font-family: 'Droid Serif', serif;
font-weight: 400;
font-style: italic;
}
body, p, h4, h5, h6, a, li {
font-family: 'Droid Serif', serif;
}
/* ---------- Philosopher, Muli ---------- */
h1, h2, h1 a, h2 a {
font-family: "Philosopher",sans-serif;
}
h3, h4, h5, h6, h3 a {
font-family: "Muli",sans-serif;
}
body, p, a, li {
font-family: "Muli",sans-serif;
font-weight: 300;
}
h1,
h2,
h1 a,
h2 a {
font-family: "Philosopher",sans-serif;
}
h3,
h4,
h5,
h6,
h3 a {
font-family: "Muli",sans-serif;
}
body,
p,
a,
li {
font-family: "Muli",sans-serif;
font-weight: 300;
}
/* ---------- Playfair Display, Alice ---------- */
h1, h1 a {
font-family: 'Playfair Display', serif;
font-weight: 900;
}
h2, h3, h4, h5, h6, h2 a, h3 a {
font-family: 'Playfair Display', serif;
}
body, p, a, li {
font-family: 'Alice', serif;
}
\ No newline at end of file
h1,
h1 a {
font-family: 'Playfair Display', serif;
font-weight: 900;
}
h2,
h3,
h4,
h5,
h6,
h2 a,
h3 a {
font-family: 'Playfair Display', serif;
}
body,
p,
a,
li {
font-family: 'Alice', serif;
}
/* ---------- Alegreya, Roboto Condensed, Roboto ---------- */
h1, h2, h1 a, h2 a {
font-family: 'Roboto Condensed', sans-serif;
h1,
h2,
h1 a,
h2 a {
font-family: 'Roboto Condensed', sans-serif;
}
h1,
h1 a {
font-family: 'Roboto Condensed', sans-serif;
font-weight: 700;
}
h2,
h2 a {
font-family: 'Roboto Condensed', sans-serif;
font-weight: 700;
}
h4,
h5,
h6 {
font-family: 'Roboto Condensed', sans-serif;
}
h3,
h3 a {
font-weight: normal;
text-transform: uppercase;
letter-spacing: 2px;
font-family: 'Roboto Condensed', sans-serif;
}
h1, h1 a {
font-weight: 700;
}
h2, h2 a {
font-weight: 700;
}
h3, h4, h5, h6, h3 a {
font-family: 'Roboto Condensed', sans-serif;
body,
p,
a,
li {
font-family: 'Roboto', sans-serif;
}
h3, h3 a {
font-weight: normal;
text-transform: uppercase;
letter-spacing: 2px;
}
body, p, a, li {
font-family: 'Roboto', sans-serif;
}
\ No newline at end of file
/* ---------- Vollkorn, Exo ---------- */
h1, h2, h1 a, h2 a {
font-family: "Vollkorn",serif;
font-weight: 700;
}
h3, h4, h5, h6, h3 a {
font-family: "Vollkorn",serif;
}
body, p, a, li {
font-family: "Exo",sans-serif;
font-weight: 400;
}
h1,
h2,
h1 a,
h2 a {
font-family: "Vollkorn",serif;
font-weight: 700;
}
h3,
h4,
h5,
h6,
h3 a {
font-family: "Vollkorn",serif;
}
body,
p,
a,
li {
font-family: "Exo",sans-serif;
font-weight: 400;
}