Difference between revisions of "Template:Block/styles.css"
Jump to navigation
Jump to search
(13 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
.iblock { | .iblock { | ||
background-position: left 7px top 50%; | background-position: left 7px top 50%; | ||
padding: | padding: 30px; | ||
margin: | margin: 15px 50px 15px 0px; | ||
overflow: hidden; | overflow: hidden; | ||
background-color: # | background-color: #f9f9f9; | ||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
border-left: solid; | |||
font-size: | font-size: 16px; | ||
border-radius: 4px; | /* border-radius: 4px; */ | ||
border-color: #4aa55a; | border-color: #4aa55a; | ||
border-width: | border-width: 10px; | ||
} | } |