personal-website/resources/base.css

216 lines
3.7 KiB
CSS
Raw Normal View History

2023-03-17 01:16:51 +00:00
@font-face{
2023-03-18 00:34:56 +00:00
font-family: "Virtue";
src:url("./virtue.ttf");
}
@font-face{
font-family: "Virtue";
src:url("./virtue.ttf")
2023-03-17 01:16:51 +00:00
}
2023-03-18 00:34:56 +00:00
2023-03-17 01:16:51 +00:00
*{
2023-03-18 00:34:56 +00:00
font-family: Verdana, Geneva, sans-serif;
font-size: 11px;
font-style: normal;
font-weight:initial;
2023-03-17 01:16:51 +00:00
}
2023-03-15 00:05:24 +00:00
body{
margin: 0px;
2023-03-17 01:16:51 +00:00
/* font: normal 14px Summer Pixel 22, "res/SummerPixel22Regular.ttf"; */
2023-03-15 00:05:24 +00:00
}
2023-03-17 01:16:51 +00:00
/* @font-face {
font-family: "EspySansRegular";
src: url("res/EspySansRegular.ttf");
font-weight: normal;
font-style: normal;
} */
2023-03-15 00:05:24 +00:00
#WindowsLayer {
width: 100%;
height: 100%;
position: absolute;
}
.Application{
position: absolute;
2023-03-15 12:33:23 +00:00
/* background-color: antiquewhite; */
stroke: #000000;
stroke-width: 1px;
stroke-linecap: butt;
stroke-dasharray: 0;
}
.Frame{
width: 100%;
min-height: 200px;
height: auto;
background-color: #CCCCCC;
border: 1px solid #000000;
box-shadow: 1px 1px 0px #000,inset -1px -1px 0px rgba(0, 0, 0, 0.27), inset 1px 1px 0px #FFFFFF;
display: flex;
flex-direction: column;
align-items: flex-start;
padding: 4px;
gap:4px;
}
.WindowFrameTopBar{
/* background-color: aqua; */
width: 100%;
height: 13px;
display: flex;
flex-direction: row;
align-items: center;
2023-03-17 01:16:51 +00:00
justify-content: space-between;
2023-03-15 12:33:23 +00:00
gap: 5px;
padding: 0px;
}
2023-03-17 01:16:51 +00:00
.WindowFrameTitle{
2023-03-17 16:13:41 +00:00
pointer-events: none;
2023-03-17 01:16:51 +00:00
white-space: nowrap
2023-03-15 12:33:23 +00:00
}
2023-03-18 00:34:56 +00:00
2023-03-15 12:33:23 +00:00
.ContentFrame{
box-sizing: border-box;
/* Auto layout */
display: flex;
flex-direction: column;
align-items: center;
padding: 12px;
2023-03-17 16:13:41 +00:00
gap:16px;
2023-03-15 12:33:23 +00:00
width: 100%;
height: 100%;
background: #DDDDDD;
border: 1px solid #000000;
2023-03-17 16:13:41 +00:00
box-shadow: 0.5px 0.5px 0px 0.5px #FFFFFF, -0.5px -0.5px 0px 0.5px rgba(0, 0, 0, 0.25), inset 1px 1px 0px #FFFFFF;
2023-03-15 12:33:23 +00:00
/* Inside auto layout */
flex: none;
order: 0;
align-self: stretch;
flex-grow: 1;
}
2023-03-17 01:16:51 +00:00
.Personal-properties-bio{
width: 100%;
height: auto;
2023-03-18 00:34:56 +00:00
/* margin-right: -20px; */
2023-03-17 01:16:51 +00:00
/* Auto layout */
display: flex;
flex-direction: row;
align-items: center;
padding: 0px;
2023-03-18 00:34:56 +00:00
margin-right: 20;
2023-03-17 01:16:51 +00:00
gap:15px;
}
2023-03-17 16:13:41 +00:00
2023-03-17 01:16:51 +00:00
.Personal-properties-textbio{
/* width: 100%;
height: auto; */
/* Auto layout */
display: flex;
flex-direction: column;
align-items: left;
padding: 0px;
gap:1px;
}
2023-03-15 12:33:23 +00:00
.Personal-properties-prop{
width: 100%;
height: auto;
border: 1px solid #888888;
2023-03-17 01:16:51 +00:00
box-shadow: 1px 1px 0px #FFFFFF, inset 1px 1px 0px #FFFFFF;
/* Auto layout */
display: flex;
flex-direction: column;
align-items: center;
padding: 0px;
gap:1px;
2023-03-15 12:33:23 +00:00
}
2023-03-17 01:16:51 +00:00
2023-03-15 12:33:23 +00:00
.Personal-properties-prop-header{
2023-03-18 00:34:56 +00:00
font-family: "Virtue";
letter-spacing: 0.35px;
2023-03-15 12:33:23 +00:00
/* width: 50px; */
2023-03-17 01:16:51 +00:00
position:relative;
2023-03-15 12:33:23 +00:00
display: inline-block;
max-width: 100%;
background-color: #DDDDDD;
2023-03-17 16:13:41 +00:00
/* left: 12px; */
2023-03-18 00:34:56 +00:00
right: 39%;
top: -9px;
2023-03-15 12:33:23 +00:00
margin-left: 2px;
2023-03-17 01:16:51 +00:00
}
.Personal-properties-prop-content{
width: 100%;
/* top: 0px; */
/* Auto layout */
display: flex;
flex-direction: column;
justify-content: center;
padding: 0px;
2023-03-18 00:34:56 +00:00
gap: 12px;
2023-03-17 01:16:51 +00:00
}
.Personal-properties-prop-row{
margin-left: 12px;
margin-right: 12px;
/* Auto layout */
display: flex;
flex-direction: row;
justify-content: center;
padding: 0px;
2023-03-18 00:34:56 +00:00
gap: 5px;
2023-03-17 01:16:51 +00:00
}
.Personal-properties-prop-key{
2023-03-18 00:34:56 +00:00
position: relative;
font-family: "Virtue";
font-size: 11px;
letter-spacing: 0.35px;
2023-03-17 01:16:51 +00:00
text-align: end;
2023-03-18 00:34:56 +00:00
width: 34%;
white-space: nowrap;
top: -1.5px;
2023-03-17 01:16:51 +00:00
/* font-weight: bold; */
}
2023-03-17 16:13:41 +00:00
.Personal-properties-prop-values{
2023-03-17 01:16:51 +00:00
width: 55%;
2023-03-17 16:13:41 +00:00
display: flex;
flex-direction: column;
justify-content: left;
padding: 0px;
gap: 5px;
}
.Personal-properties-prop-value{
/* width: 55%; */
2023-03-17 01:16:51 +00:00
2023-03-15 00:05:24 +00:00
}