forked from public/foundryvtt-reve-de-dragon
		
	Opposite tests
This commit is contained in:
		| @@ -341,3 +341,131 @@ button { | ||||
|  .flex-fatigue  { | ||||
|   flex-grow: 2; | ||||
| } | ||||
|  | ||||
| /* ======================================== */ | ||||
| /* Sidebar CSS */ | ||||
| #sidebar-tabs > .item.active { | ||||
|     color: #FFF; | ||||
|     border: 1px solid red; | ||||
|     box-shadow: 0 0 6px inset #ff6400; | ||||
| } | ||||
| #sidebar #sidebar-tabs i.fa-comments::before { | ||||
|     content: ""; | ||||
| } | ||||
| #sidebar #sidebar-tabs i.fa-comments { | ||||
|     content: ""; | ||||
|     background-image: url("ui/icon_sidebar_chat.png") !important; | ||||
|     width: 25px !important; | ||||
|     height: 25px !important; | ||||
|     display: inline-block !important; | ||||
|     background-position:center !important; | ||||
|     background-size:cover !important; | ||||
| } | ||||
| #sidebar #sidebar-tabs i.fa-fist-raised::before { | ||||
|     content: ""; | ||||
| } | ||||
| #sidebar #sidebar-tabs i.fa-fist-raised { | ||||
|     content: ""; | ||||
|     background-image: url("ui/icon_sidebar_fight.png") !important; | ||||
|     width: 25px !important; | ||||
|     height: 25px !important; | ||||
|     display: inline-block !important; | ||||
|     background-position:center !important; | ||||
|     background-size:cover !important; | ||||
| } | ||||
| #sidebar #sidebar-tabs i.fa-users::before { | ||||
|     content: ""; | ||||
| } | ||||
| #sidebar #sidebar-tabs i.fa-users { | ||||
|     content: ""; | ||||
|     background-image: url("ui/icon_sidebar_actor.png") !important; | ||||
|     width: 25px !important; | ||||
|     height: 25px !important; | ||||
|     display: inline-block !important; | ||||
|     background-position:center !important; | ||||
|     background-size:cover !important; | ||||
| } | ||||
| #sidebar #sidebar-tabs i.fa-map::before { | ||||
|     content: ""; | ||||
| } | ||||
| #sidebar #sidebar-tabs i.fa-map { | ||||
|     content: ""; | ||||
|     background-image: url("ui/icon_sidebar_scene.png") !important; | ||||
|     width: 25px !important; | ||||
|     height: 25px !important; | ||||
|     display: inline-block !important; | ||||
|     background-position:center !important; | ||||
|     background-size:cover !important; | ||||
| } | ||||
| #sidebar #sidebar-tabs i.fa-suitcase::before { | ||||
|     content: ""; | ||||
| } | ||||
| #sidebar #sidebar-tabs i.fa-suitcase { | ||||
|     content: ""; | ||||
|     background-image: url("ui/icon_sidebar_item.png") !important; | ||||
|     width: 25px !important; | ||||
|     height: 25px !important; | ||||
|     display: inline-block !important; | ||||
|     background-position:center !important; | ||||
|     background-size:cover !important; | ||||
| } | ||||
| #sidebar #sidebar-tabs i.fa-book-open::before { | ||||
|     content: ""; | ||||
| } | ||||
| #sidebar #sidebar-tabs i.fa-book-open { | ||||
|     content: ""; | ||||
|     background-image: url("ui/icon_sidebar_journal.png") !important; | ||||
|     width: 25px !important; | ||||
|     height: 25px !important; | ||||
|     display: inline-block !important; | ||||
|     background-position:center !important; | ||||
|     background-size:cover !important; | ||||
| } | ||||
| #sidebar #sidebar-tabs i.fa-th-list::before { | ||||
|     content: ""; | ||||
| } | ||||
| #sidebar #sidebar-tabs i.fa-th-list { | ||||
|     content: ""; | ||||
|     background-image: url("ui/icon_sidebar_rolltable.png") !important; | ||||
|     width: 25px !important; | ||||
|     height: 25px !important; | ||||
|     display: inline-block !important; | ||||
|     background-position:center !important; | ||||
|     background-size:cover !important; | ||||
| } | ||||
| #sidebar #sidebar-tabs i.fa-music::before { | ||||
|     content: ""; | ||||
| } | ||||
| #sidebar #sidebar-tabs i.fa-music { | ||||
|     content: ""; | ||||
|     background-image: url("ui/icon_sidebar_music.png") !important; | ||||
|     width: 25px !important; | ||||
|     height: 25px !important; | ||||
|     display: inline-block !important; | ||||
|     background-position:center !important; | ||||
|     background-size:cover !important; | ||||
| } | ||||
| #sidebar #sidebar-tabs i.fa-atlas::before { | ||||
|     content: ""; | ||||
| } | ||||
| #sidebar #sidebar-tabs i.fa-atlas { | ||||
|     content: ""; | ||||
|     background-image: url("ui/icon_sidebar_compendium.png") !important; | ||||
|     width: 25px !important; | ||||
|     height: 25px !important; | ||||
|     display: inline-block !important; | ||||
|     background-position:center !important; | ||||
|     background-size:cover !important; | ||||
| } | ||||
| #sidebar #sidebar-tabs i.fa-cogs::before { | ||||
|     content: ""; | ||||
| } | ||||
| #sidebar #sidebar-tabs i.fa-cogs { | ||||
|     content: ""; | ||||
|     background-image: url("ui/icon_sidebar_settings.png") !important; | ||||
|     width: 25px !important; | ||||
|     height: 25px !important; | ||||
|     display: inline-block !important; | ||||
|     background-position:center !important; | ||||
|     background-size:cover !important; | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user