Welcome to Wargaming.net Wiki!

User:Cruiser_Haguro:na/Suggestions

Jump to: navigation, search

Under construction.

Ship List

Current ship list create a box that's mismatched with another content box, should easily rectified with simple css code tweak. Ship list could use some margin so that there's some distance between each ship icons/thumbnails.

Current CSS

.wot-frame-1 {
margin-bottom: 2em;
border: 1px solid #DDDDDD;
background: none repeat scroll 0 0 rgba(249,249,249,0.6) !important;
border-radius: 4px;
box-shadow: 1px 0 5px -3px #BBBBBB,-1px 0 8px -4px #BBBBBB;
}

Proposed CSS

.wot-frame-1 {
margin: 0 17px 17px 0;
border: 1px solid rgba(0,0,0,0.12);
background: rgba(255,255,255,0.33);
border-radius: 3px;
box-shadow: 0 0 0 1px rgba(255,255,255,0.6) inset,0 0 7px rgba(0,0,0,0.13),0 0 0 rgba(0,0,0,0.1);
}