saudade/carolyns_creations/frames/style/style.scss

163 lines
2.2 KiB
SCSS
Raw Normal View History

2023-06-09 14:14:26 -07:00
@use 'menu.css';
2022-11-12 16:18:06 -08:00
// GENERAL
html {
2023-06-09 14:14:26 -07:00
background-color: #fff7d7;
font-family: 'Comic Sans MS';
2022-11-12 16:18:06 -08:00
}
body {
2023-06-09 14:14:26 -07:00
font-size: 13px;
color: #810541;
margin: 0;
padding: 0;
2022-11-12 16:18:06 -08:00
}
// MENU
.menu {
2023-06-09 14:14:26 -07:00
padding: 7px;
margin: 0;
color: #660000;
font-size: 13px;
2022-11-12 16:18:06 -08:00
2023-06-09 14:14:26 -07:00
li { list-style: none; }
2022-11-12 16:18:06 -08:00
}
// LINKS
a {
2023-06-09 14:14:26 -07:00
color: #f63;
2022-11-12 16:18:06 -08:00
2023-06-09 14:14:26 -07:00
&:visited { color: #8a2be2; }
&:active { color: #0f0; }
2022-11-12 16:18:06 -08:00
}
2022-11-19 20:33:26 -08:00
.defunct { text-decoration: line-through; }
2022-11-12 16:18:06 -08:00
// TEXT
2023-06-09 14:14:26 -07:00
p { padding: 5px 10px; }
2022-11-12 16:18:06 -08:00
2023-06-09 14:14:26 -07:00
.green { color: #006400; }
2022-11-12 16:18:06 -08:00
.purple { color: #800080; }
2023-06-09 14:14:26 -07:00
.brown { color: #660000; }
2022-11-12 16:18:06 -08:00
.normal { font-size: 13px; }
2023-06-09 14:14:26 -07:00
.big { font-size: 16px; }
2022-11-12 16:18:06 -08:00
.bigger { font-size: 18px; }
2023-06-09 14:14:26 -07:00
.courier { font-family: 'Courier New'; }
.comic-sans { font-family: 'Comic Sans MS'; }
2022-11-12 16:18:06 -08:00
.times-new-roman { font-family: 'Times New Roman'; }
2022-11-19 14:20:01 -08:00
.bold { font-weight: 700; }
2022-11-12 16:18:06 -08:00
// FORMATTING
.center {
2023-06-09 14:14:26 -07:00
text-align: center;
padding: 10px 0;
2022-11-12 16:18:06 -08:00
}
2022-11-19 14:20:01 -08:00
.float-left { float: left; }
.left-align { text-align: left; }
2022-11-12 16:18:06 -08:00
// .first kept in so I don't have to go changing previous pages
.first, .padding-top { padding-top: 90px; }
.small-gap-top { margin-top: 50px; }
2022-11-12 16:18:06 -08:00
.tiny-gap-top { margin-top: 3px; }
.side-padding {
2023-06-09 14:14:26 -07:00
width: 80%;
display: table;
margin: 0 auto;
2022-11-12 16:18:06 -08:00
}
.more-side-padding {
2023-06-09 14:14:26 -07:00
width: 60%;
display: table;
margin: 0 auto;
2022-11-12 16:18:06 -08:00
}
.less-side-padding {
2023-06-09 14:14:26 -07:00
width: 90%;
display: table;
margin: 0 auto;
2022-11-12 16:18:06 -08:00
}
table.img-size img {
2023-06-09 14:14:26 -07:00
width: 320px;
height: 224px;
2022-11-12 16:18:06 -08:00
}
table.center-table {
2023-06-09 14:14:26 -07:00
width: 50%;
margin: 0 auto;
2022-11-12 16:18:06 -08:00
}
2022-11-19 13:13:04 -08:00
table.wide-center-table {
2023-06-09 14:14:26 -07:00
width: 90%;
margin: 0 auto;
2022-11-19 13:13:04 -08:00
}
2022-11-19 20:33:26 -08:00
.border-outer {
2023-06-09 14:14:26 -07:00
width: max-content;
margin: 0 auto;
border: 2px solid;
.border-inner {
width: 90vw;
margin: 2px;
padding: 30px;
border: 1px solid;
}
2022-11-19 20:33:26 -08:00
}
.border-brown { border-color: #660000; }
.img-border img { border: 1px solid; }
2022-11-12 16:18:06 -08:00
// PAGE SPECIFIC
#sandz {
2023-06-09 14:14:26 -07:00
background-color: #dafae8;
color: #00552b;
a {
color: #800080;
2022-11-12 16:18:06 -08:00
2023-06-09 14:14:26 -07:00
&:visited { color: #808080; }
2022-11-12 16:18:06 -08:00
2023-06-09 14:14:26 -07:00
&:active { color: #f0f; }
}
2022-11-19 14:20:01 -08:00
}
#catz1dex {
2023-06-09 14:14:26 -07:00
background-color: #33cccc;
color: #000;
font-family: Times;
2022-11-19 14:20:01 -08:00
2023-06-09 14:14:26 -07:00
a {
color: #fff;
2022-11-19 14:20:01 -08:00
2023-06-09 14:14:26 -07:00
&:visited { color: #fff; }
}
2022-11-19 15:16:54 -08:00
}
#dogz1fooler {
2023-06-09 14:14:26 -07:00
background-color: #8442ef;
color: #f7f5d7;
font-family: Times;
2022-11-19 15:16:54 -08:00
2023-06-09 14:14:26 -07:00
a {
color: #00ff00;
2022-11-19 14:20:01 -08:00
2023-06-09 14:14:26 -07:00
&:visited { color: #fff; }
}
}