Test a datebar
This commit is contained in:
parent
4dae91b855
commit
20651882d4
@ -25,7 +25,7 @@ public class sigPlace {
|
|||||||
new AbstractMap.SimpleEntry<>("$TITLE_CONTENT_START", "<div class=\"contentWrapper\"><h1>"),
|
new AbstractMap.SimpleEntry<>("$TITLE_CONTENT_START", "<div class=\"contentWrapper\"><h1>"),
|
||||||
new AbstractMap.SimpleEntry<>("$TITLE_CONTENT_END", "</h1><div class=\"content\">"),
|
new AbstractMap.SimpleEntry<>("$TITLE_CONTENT_END", "</h1><div class=\"content\">"),
|
||||||
new AbstractMap.SimpleEntry<>("$CONTENT_END", "</div>"),
|
new AbstractMap.SimpleEntry<>("$CONTENT_END", "</div>"),
|
||||||
new AbstractMap.SimpleEntry<>("$DATE_CONTENT_START", "<div class=\"date\">")
|
new AbstractMap.SimpleEntry<>("$DATE_CONTENT_START", "<div class=\"datebar\"></div><div class=\"date\">")
|
||||||
));
|
));
|
||||||
final static HashMap<String,Path> ops = new HashMap<>(Map.ofEntries(
|
final static HashMap<String,Path> ops = new HashMap<>(Map.ofEntries(
|
||||||
new AbstractMap.SimpleEntry<>(
|
new AbstractMap.SimpleEntry<>(
|
||||||
|
@ -93,11 +93,14 @@ body{
|
|||||||
z-index:0;
|
z-index:0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.contentBody .contentWrapper .date:before{
|
.contentBody .contentWrapper .datebar{
|
||||||
background: linear-gradient(0deg,rgba(255, 255, 255, .06) 0%, rgba(255, 255, 255, .06) 90%, rgba(255, 255, 255, .9) 100%);
|
font-size:0.75em;
|
||||||
width:45vw;
|
margin: 0px 4px 0px 4px;
|
||||||
height:4px;
|
min-width:98vw;
|
||||||
|
min-height:4px;
|
||||||
|
content:"Test";
|
||||||
z-index:0;
|
z-index:0;
|
||||||
|
background-color: rgba(255, 255, 255, .06);
|
||||||
}
|
}
|
||||||
|
|
||||||
.contentBody .contentWrapper .date{
|
.contentBody .contentWrapper .date{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user