mirror of
https://github.com/Michatec/wk_wars2x.git
synced 2026-04-01 08:26:27 +02:00
Restarted UI
This commit is contained in:
BIN
nui/test/Segment7Standard.otf
Normal file
BIN
nui/test/Segment7Standard.otf
Normal file
Binary file not shown.
21
nui/test/test.css
Normal file
21
nui/test/test.css
Normal file
@@ -0,0 +1,21 @@
|
||||
@font-face {
|
||||
font-family: "Seg-7";
|
||||
src: url( "Segment7Standard.otf" );
|
||||
}
|
||||
|
||||
.test {
|
||||
width: 300px;
|
||||
height: 200px;
|
||||
|
||||
background-color: #a0a0a0;
|
||||
}
|
||||
|
||||
.test2 {
|
||||
font-family: 'Seg7';
|
||||
font-size: 72px;
|
||||
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
|
||||
background-color: #ff0000;
|
||||
}
|
||||
11
nui/test/test.html
Normal file
11
nui/test/test.html
Normal file
@@ -0,0 +1,11 @@
|
||||
<html>
|
||||
<head>
|
||||
<link href="test.css" rel="stylesheet" type="text/css"/>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="test">
|
||||
<span class="test2">000</span>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user