portlets.css 884 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. *
  2. {
  3. border: 0;
  4. margin: 0;
  5. padding: 0;
  6. }
  7. a
  8. {
  9. text-decoration: none;
  10. }
  11. a:hover
  12. {
  13. text-decoration: underline;
  14. }
  15. body
  16. {
  17. color: #555;
  18. font: 11px Arial, sans-serif;
  19. }
  20. #columns{
  21. width:100%;
  22. }
  23. #columns td
  24. {
  25. padding: 0 7px;
  26. vertical-align: top;
  27. }
  28. .portlet
  29. {
  30. border-color: #d8d8d8;
  31. border-style: solid;
  32. border-width: 1px;
  33. cursor: move;
  34. margin: 5px 5px 5px 0px;
  35. float:left;
  36. width:100%;
  37. }
  38. .portlet_topper a
  39. {
  40. font-weight:normal;
  41. }
  42. /*
  43. .portlet_topper a:hover
  44. {
  45. color: #FF7F55;
  46. font-weight:bold;
  47. }
  48. .portlet_content{
  49. padding: 1px 5px 0px;
  50. }*/
  51. /*boostrap edit begin*/
  52. .portlet_topper a:hover
  53. {
  54. color: #FF7F55;
  55. }
  56. .portlet_content
  57. {
  58. }
  59. /*boostrap edit end*/
  60. .portlet_content p
  61. {
  62. line-height: 150%;
  63. text-align: justify;
  64. }
  65. .portlet_bottom
  66. {
  67. background: #ccc;
  68. font-size: 1px;
  69. line-height: 1px;
  70. overflow: hidden;
  71. height: 5px;
  72. }
  73. .sort_placeholder
  74. {
  75. background: #bba;
  76. }