mirror of
https://gitlab.com/aviortheking/code-stats-vscode.git
synced 2025-08-06 00:21:58 +00:00
Move html template out
This commit is contained in:
committed by
Juha Ristolainen
parent
4a77a37875
commit
e5536d8c23
44
assets/profile.css
Normal file
44
assets/profile.css
Normal file
@@ -0,0 +1,44 @@
|
||||
.language {
|
||||
float: left;
|
||||
width: 6rem;
|
||||
height: 6rem;
|
||||
padding-top: 2rem;
|
||||
text-align: center;
|
||||
margin: 0.1rem;
|
||||
border-radius: 50%;
|
||||
font-size: 0.9em;
|
||||
-webkit-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
border: solid 2px;
|
||||
}
|
||||
|
||||
.language span {
|
||||
font-weight: bold;
|
||||
font-size: 1.1em;
|
||||
}
|
||||
|
||||
.vscode-dark .language {
|
||||
/* background: rgb(37,37,38); */
|
||||
color: #ddca7e;
|
||||
border-color: #424242;
|
||||
}
|
||||
|
||||
.vscode-light .language {
|
||||
background: gray;
|
||||
color: blue;
|
||||
border-color: black;
|
||||
}
|
||||
|
||||
sup {
|
||||
top: -.5em;
|
||||
font-size: 75%;
|
||||
}
|
||||
|
||||
h3 {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
img {
|
||||
float: left;
|
||||
}
|
Reference in New Issue
Block a user