Advertisement
nefi_c

frame css

Feb 21st, 2013
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.54 KB | None | 0 0
  1. .c_post_thumb{
  2.     position:relative;
  3.     padding: 5px;
  4.     margin:0 0 7px;
  5.     background:url(images/cframed.png)no-repeat;
  6. }
  7.     /* shadow box */
  8.     .fshadow.f300x300{
  9.         width:300px;
  10.         height:300px;
  11.         padding-bottom: 32px;
  12.         background-position:  0 0;
  13.     }
  14.     .fshadow.f400x400{
  15.         width:400px;
  16.         height:400px;
  17.         padding-bottom: 44px;
  18.         background-position:  0 -337px;
  19.     }
  20.     .fshadow.f500x500{
  21.         width:500px;
  22.         height:500px;
  23.         padding-bottom: 55px;
  24.         background-position:  0 -786px;
  25.     }
  26.     .fshadow.f500x333{
  27.         width:500px;
  28.         height:333px;
  29.         padding-bottom: 36px;
  30.         background-position:  0 -1346px;
  31.     }
  32.     .fshadow.f333x500{
  33.         width:333px;
  34.         height:500px;
  35.         padding-bottom: 68px;
  36.         background-position:  0 -1720px;
  37.     }
  38.     /* frame box */
  39.     .fframe.f300x300{
  40.         width:300px;
  41.         height:300px;
  42.         padding-bottom: 32px;
  43.         background-position:  -520px 0;
  44.     }
  45.     .fframe.f400x400{
  46.         width:400px;
  47.         height:400px;
  48.         padding-bottom: 44px;
  49.         background-position:  -520px -337px;
  50.     }
  51.     .fframe.f500x500{
  52.         width:500px;
  53.         height:500px;
  54.         padding-bottom: 55px;
  55.         background-position:  -520px -786px;
  56.     }
  57.     .fframe.f500x333{
  58.         width:500px;
  59.         height:333px;
  60.         padding-bottom: 36px;
  61.         background-position:  -520px -1346px;
  62.     }
  63.     .fframe.f333x500{
  64.         width:333px;
  65.         height:500px;
  66.         padding-bottom: 68px;
  67.         background-position:  -520px -1720px;
  68.     }
  69. .c_post_thumb img {
  70.     margin-left: -5px;
  71.     margin-top: -5px;
  72. }
  73. .fnone{
  74.     margin: auto!important;
  75. }
  76.     .fleft{
  77.         float: left;
  78.         margin-right: 15px;
  79.     }
  80.     .fright{
  81.         float: right;
  82.         margin-left: 15px;
  83.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement