Advertisement
abuiyad

Configure CSS

Nov 21st, 2014
546
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.62 KB | None | 0 0
  1. // Configure CSS:
  2. //]]>
  3. </script>
  4. <style type=text/css’>
  5. .post-author-block {
  6. display: none;
  7. margin: 20px 0 0;
  8. padding: 5px 10px;
  9. background-color: #f0f0f0; //يمكنك تغيير لون الخلفية بتغيير ذلك الكود
  10. border: 1px solid #e0e0e0;
  11. line-height: 1.6;
  12. font-size: 120%; // يمكنك تغيير حجم الخط بتغيير تلك النسبة
  13. }
  14. .authorinfoname { font-weight: bold; }
  15. .authorinfoimage { float: right; margin-left: 8px; width:52px;} //يمكنك تغيير اتجاه ظهور صورة ملفك الشخصى من يمين الى يسار وكذلك حجمها
  16. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement