Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
jcponce committed Jun 5, 2024
1 parent 552f98b commit 221d2ab
Showing 1 changed file with 0 additions and 70 deletions.
70 changes: 0 additions & 70 deletions velfields/chaotic-aur/style.css
Original file line number Diff line number Diff line change
@@ -1,39 +1,8 @@
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css);

/*
:root {
/*--border_radius: 0px;*/
/*--colorA: rgba(210, 110, 0, 0.9);*/
/*--colorA_06: rgba(210, 110, 0, 0.5);*/
/*--col_ORANGE: rgb(255,130,0);*/
/*--box-shadow: 5px 5px 5px rgba(80, 35, 0, 0.5);*/
/*--box-shadow-button: 0px 0px 5px rgba(0, 0, 0, 1);*/
/*}*/

.unselectable {
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
}

.selectable-text {
-moz-user-select: text;
-webkit-user-select: text;
-ms-user-select: text;
-o-user-select: text;
user-select: text;
}


* {
margin: 0px;
padding: 0px;
}



html ,
body {
width: 100%;
Expand All @@ -49,42 +18,3 @@ body {
overflow: hidden;
}


.hud {
position: fixed;
top: 10px;
left: 10px;
background-color: rgba(0, 0, 0, 0.9);
color: #FFFFFF;
font-size: 12pt;
padding: 10px;
border: 1px solid #000;
border-radius: 5px;
box-shadow: 0px 0px 10px 1px #000;
}

ul {
list-style-type: none;
/* overflow: hidden; */
/* white-space: nowrap; */
padding: 10px;
color: 0xFFFFFF;
}

ul.two {
display: inline-block;
vertical-align: top;
/* float:left; */
}

li[gap] {
margin-top: 10px;
}

ul .green {
color: rgb(100, 200, 0);
}

ul .orange {
color: rgb(255, 128, 0);
}

0 comments on commit 221d2ab

Please sign in to comment.