Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
ChiaraParravicini committed Jan 24, 2024
1 parent d8d436d commit 3dbfceb
Show file tree
Hide file tree
Showing 3 changed files with 125 additions and 33 deletions.
Binary file added font/seventies/stilla-cufonfonts/STILLA.TTF
Binary file not shown.
21 changes: 21 additions & 0 deletions provaOttocento.css
Original file line number Diff line number Diff line change
Expand Up @@ -607,6 +607,27 @@ table tr td, table tr th{

}

.documentation figure {
text-align: center;
margin-left: auto;
margin-right: auto;
}

.documentation figure img {
width:50%;
}

.documentation {
font-family: 'Alte Schwabacher';
margin: 0 auto;
padding: 3%;
text-align: justify;
line-height: 1;
font-size: 100%;
overflow-y: auto;
height: 80vh;
}


@media (max-width: 767px) {
#asideLeftSticky .tab-content {
Expand Down
137 changes: 104 additions & 33 deletions provaSeventies.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
}

@font-face {
font-family: 'Stilla Script';
src: url('font/seventies/Stilla-Script_FontYukle/Stilla\ Script.ttf');
font-family: 'Stilla';
src: url('font/seventies/stilla-cufonfonts/STILLA.TTF');
}

@font-face {
Expand Down Expand Up @@ -62,18 +62,11 @@ body {
height: 5vh;
}

/* .nav-link:hover {
cursor: url(''), auto;
} */

.dropdown-menu {
background-color: #f1c40f;
background-color: #f1c40f !important;
}

/* .dropdown-menu:hover {
cursor: url(''), auto;;
} */



.dropdown-submenu {
Expand Down Expand Up @@ -128,7 +121,7 @@ body {
font-weight: 900;
letter-spacing: -2px;
line-height: .90;
color: #34ace0;
color:#ede34d;
text-align: center;
}

Expand All @@ -137,25 +130,26 @@ body {
color: #000;
text-align: center;
font-size: 1em;
padding: 3%;
}

.title-2 {
font-family: 'Stilla Script';
font-family: 'Stilla';
text-align: left;
font-size: 2.5em;
color:#34ace0;
transform: rotate(-5deg);
transform: rotate(-3deg);
margin-bottom: 5%;
margin-top: 10%;
}

.title-3 {
font-family: 'Stilla Script';
font-family: 'Stilla';
text-align: left;
font-size: 2.5em;
color:#34ace0;
line-height: normal;
transform: rotate(-5deg);
transform: rotate(-3deg);
margin-bottom: 5%;
margin-top: 10%;
}
Expand All @@ -181,6 +175,19 @@ body {
box-shadow: 0 0 0 1em #34ace0;
}

.content a {
font-weight: bold;
color:#000;
}

.content .title-3 a {
color:#34ace0;
}

.content .title-2 a {
color:#34ace0;
}

.highlight {
background-color:#ede34d;
}
Expand Down Expand Up @@ -219,19 +226,33 @@ body {
overflow-y: none;
}

.tab-content {
padding-top: 10px;
display: flex;
flex-direction: column;
overflow-y: auto;
text-align: justify;
max-height: 100%;
max-width: 70vh;
}
.tab-content {
font-family: 'CG Times';
padding-top: 10px;
display: flex;
flex-direction: column;
overflow-y: auto;
text-align: justify;
width: 100%;
max-height: 70vh;
}

.nav-item {
color:#f3e4bd!important;
}

.nav-link {
color:#f3e4bd !important;
}

.nav-link:hover {
color:#000 !important;
}

.nav-link.active {
background-color: transparent !important;
}

/* .tab-pane {
max-height: 100%;
} */

.image-container {
position: relative;
Expand Down Expand Up @@ -356,14 +377,14 @@ body {
padding: 5%;
margin-top: 3%;
margin-bottom: 3%;
transform: rotate(-5deg);
transform: rotate(-3deg);
}

figcaption {
font-family: 'CC Tough Talk';
font-size: 1em;
transform: rotate(-5deg);
margin-bottom: 3%;
transform: rotate(-3deg);
margin-bottom: 5%;
}

table tr td, table tr th{
Expand All @@ -383,7 +404,7 @@ table tr td, table tr th{
border-color: #34ace0;
border-width: 0.5em;
background-color: #ede34d;
transform: rotate(-5deg);
transform: rotate(-3deg);
}

.table-responsive caption {
Expand Down Expand Up @@ -484,7 +505,7 @@ table tr td, table tr th{
}

.card-title{
font-family: 'Stilla Script';
font-family: 'Stilla';
font-size: 32px;
text-align: center;
color: #34ace0;
Expand All @@ -498,7 +519,7 @@ table tr td, table tr th{
}

#footer .col-md-4 h3{
font-family: 'Stilla Script';
font-family: 'Stilla';
}

#start{
Expand Down Expand Up @@ -687,6 +708,56 @@ table tr td, table tr th{

}

.documentation figure {
text-align: center;
margin-left: auto;
margin-right: auto;
}

.documentation figure img {
width:50%;
}

.documentation {
font-family: 'CG Times';
font-size: 1em;
text-align: justify;
line-height: 1.1;
background-color: #eca0b5;
border-radius: 5px;
margin: auto;
width: auto;
height: auto;
overflow: visible;
position: relative;
padding: 3%;
clip-path: polygon(-17px -23px, 101.75% -101px, 101.64% 100.33%, 49.39% 100.26%, -18px 100.27%);
box-shadow: 0 0 0 1em #34ace0;
}

.documentation .title-1 {
font-family: 'Tabasco';
text-align: center;
}

.documentation h2 {
font-family: 'Stilla';
text-align: left;
font-size: 2.5em;
color:#34ace0;
margin-bottom: 3%;
margin-top: 5%;
}

.documentation h3 {
font-family: 'Stilla';
text-align: left;
font-size: 2.5em;
color:#34ace0;
line-height: normal;
margin-bottom: 3%;
margin-top: 5%;
}

@media (max-width: 767px) {
#asideLeftSticky .tab-content {
Expand Down

0 comments on commit 3dbfceb

Please sign in to comment.