Template:Dialogue/testcss.css: Difference between revisions
Jump to navigation
Jump to search
(Created page with "→This css is solely for quick iteration on dialogue css. Once it is ready it will be moved into Common.css and deleted from here.: ") |
(i'm not sure if it will work) |
||
(4 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
/* This css is solely for quick iteration on dialogue css. | /* This css is solely for quick iteration on dialogue css. | ||
Once it is ready it will be moved into Common.css and deleted from here. */ | Once it is ready it will be moved into Common.css and deleted from here. */ | ||
.bg3wiki-dialogue-transcript ul { | |||
list-style: none; | |||
border-left: 1px dashed #785000; | |||
} | |||
.bg3wiki-dialogue-transcipt ul:hover { | |||
border-left: 1px dashed #684000; | |||
} | |||
.bg3wiki-dialogue-transcript li { | |||
padding-left: 15px; | |||
margin: 14px 0; | |||
} | |||
.bg3wiki-dialogue-option:before { | |||
display: inline-block; | |||
content: '> '; | |||
/*mask: url(/images/Chevron.png) no-repeat 50%;*/ | |||
} | |||
.bg3wiki-dialogue-condition i { | |||
color: #C1A878; | |||
} |
Latest revision as of 09:55, 30 September 2023
/* This css is solely for quick iteration on dialogue css.
Once it is ready it will be moved into Common.css and deleted from here. */
.bg3wiki-dialogue-transcript ul {
list-style: none;
border-left: 1px dashed #785000;
}
.bg3wiki-dialogue-transcipt ul:hover {
border-left: 1px dashed #684000;
}
.bg3wiki-dialogue-transcript li {
padding-left: 15px;
margin: 14px 0;
}
.bg3wiki-dialogue-option:before {
display: inline-block;
content: '> ';
/*mask: url(/images/Chevron.png) no-repeat 50%;*/
}
.bg3wiki-dialogue-condition i {
color: #C1A878;
}