Skip to content
Open
Show file tree
Hide file tree
Changes from 3 commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions features/new-look/data.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"title": "New Look",
"description": "Makes a newer look to the Scratch site",
"credits": [
{ "username": "LifeCoderBoy", "url": "https://scratch.mit.edu/users/LifeCoderBoy/" }
],
"styles": [{ "file": "scratch-www.css", "runOn": "/*" }],
"tags": ["Theme", "New"],
"type": ["Website", "Editor"],
"dynamic": true,
"resources": []
}

44 changes: 44 additions & 0 deletions features/new-look/scratch-www.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
:root {
--ste-blue: #4e97fe;
--explore-orange: #ffbf00;
--explore-green: #338553;
--ste-green: #0fbd8c;
--scratchr2-blue: #278bbfff;
}

.box .box-header{
background-color: var(--explore-orange);
border-top: none;
padding: 14px 20px;
border-radius: 24px 24px 0 0;
}
.box-header > h4{
color: black !important;
}
.box-header > a > p{
color: black !Important
}
.carousel .slick-slide.project{
padding: 0px 12px;
padding-top:12px;
border-radius: 8px;
}
.carousel .slick-slide.project:hover{
background: #e3e3e3
}
.box{
border-radius: 24px;
}
.splash-activity .box.activity {
background-color: var(--explore-orange);
border-top: none;
border-radius: 24px 24px 0 0
}
.activity-li:hover {
background: #f2f2f2;
padding: 8px;
border-radius: 8px;
}
.news li:nth-child(even) {
border:none !important
}