Template:ItemInfo: Difference between revisions
Template page
More actions
Content deleted Content added
imported>76561198018895007 No edit summary |
imported>76561198018895007 No edit summary |
||
Line 1: | Line 1: | ||
{{#css: |
{{#css:{{Template:ItemInfo.css}}}} |
||
.item_panel { |
|||
border-image: url(item_panel_border.png) 4 4 fill; |
|||
border-image-width: auto; |
|||
overflow: auto; |
|||
display: inline-block; |
|||
min-width: 250px; |
|||
max-width: 400px; |
|||
font-family: SairaSB; |
|||
font-size: 14pt; |
|||
padding: 13px; |
|||
} |
|||
.tt_title { |
|||
color: #ffdb8e; |
|||
text-shadow: 0 0 14px #ff8851; |
|||
} |
|||
.tt_category { |
|||
color: #a3a4a4; |
|||
font-size: 11pt; |
|||
} |
|||
.tt_desc { |
|||
font-size: 11pt; |
|||
color: white; |
|||
max-width: 300px; |
|||
margin-right: 100px; |
|||
} |
|||
.tt_lg_icon { |
|||
display: inline-block; |
|||
border: 1px solid orange; |
|||
} |
|||
}} |
|||