1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 | /*поплавки...кстати эти сокращенные классы используются больше всего*/ .fl {float:left !important;} .fr {float:right !important;} .clr {clear:both;} /*ширина*/ .w60p {width:60% !important;} .w63p {width:70% !important;} .w100p {width:100% !important;} .w25 {width:25px !important;} .w50 {width:50px !important;} .w70 {width:70px !important;} .w125 {width:125px !important;} .w150 {width:150px !important;} .w200 {width:200px !important;} .w210 {width:210px !important;} .w220 {width:220px !important;} .w230 {width:230px !important;} .w300 {width:300px !important;} .w310 {width:310px !important;} .w320 {width:320px !important;} .w350 {width:350px !important;} .w963 {width:963px !important;} .noBg {background:none !important;}/* убираем фон*/ .noBd {border:none !important;}/* убираем бордюр*/ /* отступы */ .mb0 {margin-bottom:0px !important;} .mb10 {margin-bottom:10px !important;} .mb20 {margin-bottom:20px !important;} .mb30 {margin-bottom:30px !important;} .mt8 {margin-top:8px !important;} .mt10 {margin-top:10px !important;} .mt20 {margin-top:20px !important;} .mt30 {margin-top:30px !important;} .mt35 {margin-top:35px !important;} .mr5 {margin-right:5px !important;} .mr10 {margin-right:10px !important;} .ml10 {margin-left:10px !important;} .ml20 {margin-left:20px !important;} .ml30 {margin-left:30px !important;} .pb10 {padding-left:10px !important;} .pb20 {padding-bottom:20px !important;} /* для текста */ .fs10 {font-size:10px !important;} |
Думаю многим верстальщикам пригодится, это как бы микро css фреймворк))
спасибо, положим в копилочку, думаю потом пригодится
.clr {clear:both;}
можно еще добавить для ie