Advertisement
Guest User

Untitled

a guest
Dec 11th, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1.  
  2. /***************** تنسيق علامة الصورة ****************** */
  3. img
  4. {
  5. height:100px;
  6. width:150px;
  7. }
  8.  
  9. /* ----------------------------------------------------- */
  10. /* تنسيق علامة راس الجدول */
  11. th
  12. {
  13. color:#e6b80f
  14. }
  15.  
  16.  
  17. /* ----------------------------------------------------- */
  18.  
  19. /* تتنسيق علامة صف الجدول عند مرور مؤشر الفارة فوقه*/
  20. tr:hover
  21. {
  22. background-color:lightgreen;
  23. }
  24.  
  25.  
  26.  
  27.  
  28. /* --------------------------------------------------- */
  29.  
  30. /* footpage تنسيق معرف الفئة */
  31. .footpage
  32. {
  33. border: groove orange 3px;
  34. text-align: center;
  35. }
  36.  
  37. /* ----------------------------------------------------- */
  38.  
  39.  
  40.  
  41.  
  42. /* _______________________انتهى___________________________ */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement