Skip to content

Commit

Permalink
removed comments from the css files because i felt so
Browse files Browse the repository at this point in the history
	modified:   .gitignore
	modified:   cleanlibrary/styles.css
	modified:   cs2-esp/styles.css
	modified:   depictions/changelog.html
	modified:   depictions/screenshots.html
	modified:   depictions/style.css
	modified:   fiveicondock/style.css
	modified:   learntotweak/aarch64/style.css
	modified:   learntotweak/step1/style.css
	modified:   learntotweak/step2/style.css
	modified:   learntotweak/step3/style.css
	modified:   learntotweak/style.css
	modified:   noballz/styles.css
	modified:   nobar/style.css
	modified:   nodock/styles.css
	modified:   nolabels/styles.css
	modified:   nopill/styles.css
	modified:   noquickies/styles.css
	modified:   projects/style.css
	modified:   style.css
  • Loading branch information
maxiwee69 committed Jan 26, 2024
1 parent 9543c6d commit b122cb4
Show file tree
Hide file tree
Showing 20 changed files with 147 additions and 151 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/footer.py
/push.sh
.git/
.DS_Store
.DS_Store
*.py
2 changes: 1 addition & 1 deletion cleanlibrary/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ img {
max-width: 100%;
height: auto;
margin-right: 20px;
max-height: 550px; /* Add this line to limit the image height */
max-height: 550px;
}


Expand Down
24 changes: 12 additions & 12 deletions cs2-esp/styles.css
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
/* Body styles */

body {
margin: 0;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
overflow-x: hidden;
flex-direction: column;
background-color: #1a1a2e; /* Softer dark blue */
color: #e0e0e0; /* Lighter text color */
background-color: #1a1a2e;
color: #e0e0e0;
padding: 20px;
display: flex;
flex-direction: column;
Expand All @@ -16,7 +16,7 @@ html {
height: 100%;
}

/* Hamburger menu styles */

.hamburger-menu {
position: fixed;
top: 20px;
Expand All @@ -40,38 +40,38 @@ html {
.hamburger-menu div {
width: 2rem;
height: 0.25rem;
background: #e0e0e0; /* Lighter color for the hamburger menu */
background: #e0e0e0;
border-radius: 10px;
transition: all 0.3s linear;
position: relative;
transform-origin: 1px;
}

/* Menu styles */

.menu {
transform: translateX(100%);
position: fixed;
top: 0;
right: 0;
height: 100vh;
width: 200px;
background: #0a0a15; /* Darker blue */
background: #0a0a15;
padding: 1rem;
box-sizing: border-box;
transition: transform 0.3s ease-in-out;
}

.menu a {
display: block; /* Each link will take up its own line */
color: #e0e0e0; /* Lighter color for the links */
display: block;
color: #e0e0e0;
text-decoration: none;
font-size: 1.2rem;
transition: color 0.3s linear;
margin-bottom: 1rem; /* Add some space between the links */
margin-bottom: 1rem;
}

.menu a:hover {
color: #ddd; /* Change this to match your design */
color: #ddd;
}

.menu.active {
Expand All @@ -86,6 +86,6 @@ html {

#countdown {
display: flex;
justify-content: center; /* Adjust this as needed */
justify-content: center;
font-size: 2em;
}
4 changes: 2 additions & 2 deletions depictions/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
</div>
</div>
</div>
<!-- REPO FOOTER -->

<script type="text/javascript">
var repoContents = {
"#repoFooterLinks" :
Expand Down Expand Up @@ -97,7 +97,7 @@ <h5>CONTACT</h5>
</ul>
</div>
</div>
<!-- REPO FOOTER ENDS -->


</body>
</html>
4 changes: 2 additions & 2 deletions depictions/screenshots.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ <h5>SCREENSHOTS</h5>
</div>
</div>
</div>
<!-- REPO FOOTER -->

<script type="text/javascript">
var repoContents = {
"#repoFooterLinks" :
Expand Down Expand Up @@ -101,7 +101,7 @@ <h5>CONTACT</h5>
</ul>
</div>
</div>
<!-- REPO FOOTER ENDS -->


</body>
</html>
8 changes: 4 additions & 4 deletions depictions/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ body {
background-color: #f5f5f5;
}

html.can-touch .link-item:hover{ /* disable hover effect when input is touch */
html.can-touch .link-item:hover{
background-color: #fff;
}

html.can-touch .link-item:active{ /* disable hover effect when input is touch */
html.can-touch .link-item:active{
background-color: #f5f5f5;
}

Expand Down Expand Up @@ -60,11 +60,11 @@ html.can-touch .link-item:active{ /* disable hover effect when input is touch */
border-color: #2f2f2f;;
}

html.can-touch .link-item:hover{ /* disable hover effect when input is touch */
html.can-touch .link-item:hover{
background-color: #1f1f1f;
}

html.can-touch .link-item:active{ /* disable hover effect when input is touch */
html.can-touch .link-item:active{
background-color: #1f1f1f;
}

Expand Down
2 changes: 1 addition & 1 deletion fiveicondock/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ img {
max-width: 100%;
height: auto;
margin-right: 20px;
max-height: 550px; /* Add this line to limit the image height */
max-height: 550px;
}


Expand Down
43 changes: 20 additions & 23 deletions learntotweak/aarch64/style.css
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
/* Body styles */

body {
margin: 0;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
overflow-x: hidden;
flex-direction: column;
background-color: #1a1a2e; /* Softer dark blue */
color: #e0e0e0; /* Lighter text color */
background-color: #1a1a2e;
color: #e0e0e0;
padding: 20px;
}

html {
height: 100%;
}

/* Hamburger menu styles */

.hamburger-menu {
position: fixed;
top: 20px;
Expand All @@ -37,72 +37,71 @@ html {
.hamburger-menu div {
width: 2rem;
height: 0.25rem;
background: #e0e0e0; /* Lighter color for the hamburger menu */
background: #e0e0e0;
border-radius: 10px;
transition: all 0.3s linear;
position: relative;
transform-origin: 1px;
}

/* Menu styles */

.menu {
transform: translateX(100%);
position: fixed;
top: 0;
right: 0;
height: 100vh;
width: 200px;
background: #0a0a15; /* Darker blue */
background: #0a0a15;
padding: 1rem;
box-sizing: border-box;
transition: transform 0.3s ease-in-out;
}

.menu a {
display: block; /* Each link will take up its own line */
color: #e0e0e0; /* Lighter color for the links */
display: block;
color: #e0e0e0;
text-decoration: none;
font-size: 1.2rem;
transition: color 0.3s linear;
margin-bottom: 1rem; /* Add some space between the links */
margin-bottom: 1rem;
}

.menu a:hover {
color: #ddd; /* Change this to match your design */
color: #ddd;
}

.menu.active {
transform: translateX(0);
}

/* About section styles */
.about {
margin-top: 100px; /* Increase this value as needed */
margin-top: 100px;
padding: 50px;
}

.about h2 {
font-size: 36px;
font-weight: bold;
margin-bottom: 20px;
padding-top: 60px; /* Add this */
padding-top: 60px;
}

.about p {
font-size: 18px;
line-height: 2; /* Increase line-height */
line-height: 2;
margin-bottom: 20px;
}

/* Add buttons styles */

.bottom-button {
position: fixed;
float: right;
bottom: 20px;
right: 20px;
padding: 10px 20px;
background: #e67e22; /* Orange background for the buttons */
color: #ffffff; /* White color for visibility */
background: #e67e22;
color: #ffffff;
text-decoration: none;
border-radius: 5px;
z-index: 1000;
Expand All @@ -112,13 +111,11 @@ html {
float: left;
position: fixed;
bottom: 20px;
left: 20px; /* Changed from right to left */
left: 20px;
padding: 10px 20px;
background: #e67e22; /* Orange background for the buttons */
color: #ffffff; /* White color for visibility */
background: #e67e22;
color: #ffffff;
text-decoration: none;
border-radius: 5px;
z-index: 1000;
}

/* Footer Styles */
Loading

0 comments on commit b122cb4

Please sign in to comment.