mirror of
https://github.com/celogeek/go-comic-converter.git
synced 2025-05-25 16:22:37 +02:00
18 lines
312 B
Cheetah
18 lines
312 B
Cheetah
body {
|
|
color: #{{ .View.Color.Foreground }};
|
|
background: #{{ .View.Color.Background }};
|
|
top: 0;
|
|
left: 0;
|
|
margin: 0;
|
|
padding: 0;
|
|
width: {{ .View.Width }}px;
|
|
height: {{ .View.Height }}px;
|
|
text-align: center;
|
|
}
|
|
|
|
img {
|
|
position: absolute;
|
|
margin:0;
|
|
padding:0;
|
|
z-index:0;
|
|
} |