wip archival commit, unclear what I was doing here
This commit is contained in:
BIN
tests/2024-11-27_21-01.png
Normal file
BIN
tests/2024-11-27_21-01.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 138 KiB |
BIN
tests/2024-11-27_21-01_40percent.png
Normal file
BIN
tests/2024-11-27_21-01_40percent.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 67 KiB |
BIN
tests/2024-11-27_21-01_50percent.png
Normal file
BIN
tests/2024-11-27_21-01_50percent.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 94 KiB |
BIN
tests/IMG_6245.jpg
Normal file
BIN
tests/IMG_6245.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 59 KiB |
547
tests/html/EbayScrape_16GB_100to200_Used_1732476548.html
Normal file
547
tests/html/EbayScrape_16GB_100to200_Used_1732476548.html
Normal file
File diff suppressed because one or more lines are too long
155
tests/html/EbayScrape_ryzen_1713039640.html
Normal file
155
tests/html/EbayScrape_ryzen_1713039640.html
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -0,0 +1,253 @@
|
||||
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
|
||||
@import url('https://fonts.googleapis.com/css?family=Raleway:600,700');
|
||||
@import url('https://fonts.googleapis.com/css?family=Lato:400,700');
|
||||
|
||||
|
||||
body {
|
||||
color: #40474f;
|
||||
font-size: 14px;
|
||||
font-family: Lato, Arial, Helvetica, sans-serif;
|
||||
background-color: white;
|
||||
margin: 0
|
||||
}
|
||||
p {
|
||||
font-size: 14px;
|
||||
font-family: Lato, Arial, Helvetica, sans-serif;
|
||||
line-height: 18px;
|
||||
margin: 2px 0 9px
|
||||
}
|
||||
h1 {
|
||||
font-family: Montserrat, sans-serif;
|
||||
font-size: 36px;
|
||||
color: #0076be;
|
||||
margin-top: 10px;
|
||||
margin-bottom: 40px;
|
||||
font-weight: bold;
|
||||
}
|
||||
h2 {
|
||||
font-family: Montserrat, sans-serif;
|
||||
font-size: 24px;
|
||||
color: #0076be;
|
||||
font-weight: bold;
|
||||
}
|
||||
h3 {
|
||||
font-family: Montserrat, sans-serif;
|
||||
font-size: 24px;
|
||||
color: #3f474f;
|
||||
font-weight: bold;
|
||||
}
|
||||
h4 {
|
||||
font-family: Montserrat, sans-serif;
|
||||
font-size: 18px;
|
||||
color: #0076be;
|
||||
margin-top: 3px;
|
||||
margin-bottom: 3px;
|
||||
font-weight: bold;
|
||||
}
|
||||
h5 {
|
||||
font-family: Montserrat, sans-serif;
|
||||
font-size: 16px;
|
||||
color: #3f474f;
|
||||
margin-top: 3px;
|
||||
margin-bottom: 3px;
|
||||
font-weight: bold;
|
||||
}
|
||||
h6 {
|
||||
font-family: Montserrat, sans-serif;
|
||||
font-size: 16px;
|
||||
color: #40474f;
|
||||
margin-top: 3px;
|
||||
margin-bottom: 6px;
|
||||
font-weight: bold;
|
||||
}
|
||||
ul {
|
||||
margin-top: 5px;
|
||||
margin-left: 0px;
|
||||
padding-left: 20px
|
||||
font-family: Lato, Arial, Helvetica, sans-serif;
|
||||
list-style-type: square;
|
||||
}
|
||||
ol {
|
||||
margin-top: 5px;
|
||||
margin-left: 0px;
|
||||
padding-left: 20px;
|
||||
font-family: Lato, Arial, Helvetica, sans-serif;
|
||||
list-style: none;
|
||||
counter-reset: li;
|
||||
}
|
||||
li {
|
||||
font-family: Lato, Arial, Helvetica, sans-serif;
|
||||
counter-increment: li;
|
||||
padding-bottom: 0.5em;
|
||||
|
||||
}
|
||||
a {
|
||||
color: #0076be;
|
||||
text-decoration: none;
|
||||
}
|
||||
a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
.wrapper {
|
||||
text-align: center;
|
||||
width: 100%;
|
||||
}
|
||||
.content-wrapper {
|
||||
width: 100%;
|
||||
margin-right: auto;
|
||||
margin-left: auto;
|
||||
}
|
||||
.header-group {
|
||||
font-family: Arial, sans-serif;
|
||||
color: #000;
|
||||
text-align: left;
|
||||
}
|
||||
.mantra {
|
||||
height: 35px;
|
||||
background-color: #40474f;
|
||||
}
|
||||
.header {
|
||||
height: 66px;
|
||||
border-bottom-width: 2px;
|
||||
border-bottom-style: solid;
|
||||
border-bottom-color: #8e8e8e;
|
||||
}
|
||||
.logo {
|
||||
padding-left: 25px;
|
||||
}
|
||||
.menu {
|
||||
font-family: Arial, sans-serif;
|
||||
color: #40474f;
|
||||
text-align: left;
|
||||
position: relative;
|
||||
top: -27px;
|
||||
left: 120px;
|
||||
width: 600px;
|
||||
overflow: visible;
|
||||
font-size: 14px;
|
||||
}
|
||||
.menu span {
|
||||
font-family: Arial, sans-serif;
|
||||
margin-right: 15px;
|
||||
margin-left: 15px;
|
||||
}
|
||||
.menu a {
|
||||
font-family: Arial, sans-serif;
|
||||
color: #40474f;
|
||||
}
|
||||
.menu a:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
menu a:visited {
|
||||
color: #40474f;
|
||||
}
|
||||
.content {
|
||||
text-align: left;
|
||||
font-size: 14px;
|
||||
padding-top: 40px;
|
||||
padding-right: 50px;
|
||||
padding-bottom: 40px;
|
||||
padding-left: 50px;
|
||||
}
|
||||
#title {
|
||||
font-family: Montserrat, sans-serif;
|
||||
font-size: 24px;
|
||||
color: #0076be;
|
||||
font-weight: bold;
|
||||
}
|
||||
#specs {
|
||||
}
|
||||
#specs div {
|
||||
margin-top: 15px;
|
||||
margin-bottom: 2px;
|
||||
font-family: Lato, Arial, Helvetica, sans-serif;
|
||||
}
|
||||
#specs span {
|
||||
font-family: Montserrat, sans-serif;
|
||||
font-size: 16px;
|
||||
color: #3f474f;
|
||||
font-weight: bold;
|
||||
}
|
||||
.terms {
|
||||
font-size: 14px;
|
||||
color: #3f474f;
|
||||
margin-top: 50px;
|
||||
margin-bottom: 50px;
|
||||
}
|
||||
.term-box {
|
||||
padding: 24px;
|
||||
margin-top: 24px;
|
||||
margin-bottom: 24px;
|
||||
background-color: #f8f8f8;
|
||||
border: 1px solid #3f474f;
|
||||
}
|
||||
.term-box div {
|
||||
font-family: Montserrat, sans-serif;
|
||||
font-size: 18px;
|
||||
color: #3f474f;
|
||||
margin-bottom: 4px;
|
||||
font-weight: bold;
|
||||
}
|
||||
.term-box p {
|
||||
font-size: 14px;
|
||||
font-family: Lato, Arial, Helvetica, sans-serif;
|
||||
}
|
||||
.pledge {
|
||||
font-family: Raleway, sans-serif;
|
||||
padding-top: 32px;
|
||||
padding-bottom: 20px;
|
||||
text-align: center;
|
||||
}
|
||||
.pledge span{
|
||||
font-family: Raleway, sans-serif;
|
||||
font-size: 32px;
|
||||
color: #0076be;
|
||||
font-weight: bold;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.term-box ol li::before {
|
||||
content: counter(li);
|
||||
color: #0076be;
|
||||
font-weight: bold;
|
||||
display: inline-block;
|
||||
width: 1em;
|
||||
margin-left: -1.5em;
|
||||
margin-right: 0.5em;
|
||||
text-align: right;
|
||||
direction: rtl;
|
||||
|
||||
}
|
||||
.highlight {
|
||||
font-family: Raleway, sans-serif;
|
||||
color: #0076be;
|
||||
font-weight: bold;
|
||||
font-style: italic;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
.button, #button {
|
||||
font-family: Lato, Arial, Helvetica, sans-serif;
|
||||
color:#FFF;
|
||||
display:inline-block;
|
||||
font-size:14px;
|
||||
border:1px solid #fff;
|
||||
-webkit-border-radius: 5px;
|
||||
-moz-border-radius: 5px;
|
||||
border-radius: 5px;
|
||||
text-align:center;
|
||||
height: 36px;
|
||||
padding-top: 0;
|
||||
padding-right: 18px;
|
||||
padding-bottom: 0;
|
||||
padding-left: 18px;
|
||||
font-weight: bold;
|
||||
line-height: 36px;
|
||||
background-color: #003e6b;
|
||||
cursor:pointer;
|
||||
text-transform: uppercase;
|
||||
margin-top: 20px;
|
||||
margin-right: 0px;
|
||||
margin-bottom: 20px;
|
||||
margin-left: 0px;
|
||||
}
|
@ -0,0 +1 @@
|
||||
.x-item-description-child{font-family:"Market Sans",Arial,sans-serif;line-height:1.43;text-indent:initial;white-space:normal;font-weight:normal;font-style:normal;text-align:start;font-variant:normal}.x-item-description-child div#ds_div{text-align:start}.x-diagnostics{margin:2rem 1rem}@media(max-width:768px){.x-diagnostics{margin:0}}.x-diagnostics h2{display:inline-block;width:100%}.x-diagnostics details{border:1px solid #aaa;border-radius:4px;padding:.5rem .5rem 0;margin:.5rem 0;word-wrap:break-word}.x-diagnostics summary{font-weight:bold;margin:-0.5rem -0.5rem 0;padding:.5rem;cursor:pointer}.x-diagnostics details[open]{padding:.5rem}.x-diagnostics details[open] summary{border-bottom:1px solid #aaa;margin-bottom:.5rem}
|
File diff suppressed because one or more lines are too long
Binary file not shown.
After Width: | Height: | Size: 8.7 KiB |
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user