utility web pages
for a consistent visual style
This commit is contained in:
parent
1655386c0c
commit
46538aa259
27
utility web pages/caption.html
Normal file
27
utility web pages/caption.html
Normal file
@ -0,0 +1,27 @@
|
|||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<style type="text/css">
|
||||||
|
body{
|
||||||
|
padding:0;
|
||||||
|
margin:0;
|
||||||
|
background-color: #00FF00;
|
||||||
|
}
|
||||||
|
.wrap {
|
||||||
|
display: flex;
|
||||||
|
}
|
||||||
|
|
||||||
|
.wrap span {
|
||||||
|
align-self: flex-end;
|
||||||
|
color: #DEDEDE;
|
||||||
|
font-size: 5em;
|
||||||
|
width:100%;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div class="wrap" style="width:3840; height:2160; margin:0">
|
||||||
|
<span>(Dramatic Reenactment)</span>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
43
utility web pages/credit.html
Normal file
43
utility web pages/credit.html
Normal file
@ -0,0 +1,43 @@
|
|||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<style type="text/css">
|
||||||
|
body{
|
||||||
|
background-color: #00FF00;
|
||||||
|
padding:0;
|
||||||
|
margin:0;
|
||||||
|
}
|
||||||
|
.credit{
|
||||||
|
color: #DEDEDE;
|
||||||
|
font-size: 3em;
|
||||||
|
background-color: #333333;
|
||||||
|
border: 5px solid #CECECE;
|
||||||
|
border-radius: 1em;
|
||||||
|
display:inline-flex;
|
||||||
|
flex-flow: row nowrap;
|
||||||
|
}
|
||||||
|
.number{
|
||||||
|
padding:0.75em;
|
||||||
|
border-right: 5px solid #CECECE;
|
||||||
|
}
|
||||||
|
.text{
|
||||||
|
padding: 0.25em 1em 0.25em 0.25em;
|
||||||
|
}
|
||||||
|
img.src{
|
||||||
|
height:1em;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div style="width:3840; height:2160; margin:0">
|
||||||
|
<div class="credit">
|
||||||
|
<div class="number">
|
||||||
|
[14]
|
||||||
|
</div>
|
||||||
|
<div class="text">
|
||||||
|
Zaha Hadid Architects' King Abdullah Petroleum Studies and Research Center<br />
|
||||||
|
<img class="src" src="youtube.png" />/ArchDaily
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
BIN
utility web pages/vimeo.png
Normal file
BIN
utility web pages/vimeo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 19 KiB |
BIN
utility web pages/youtube.png
Normal file
BIN
utility web pages/youtube.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
Loading…
Reference in New Issue
Block a user