| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586 |
- *
- {
- border: 0;
- margin: 0;
- padding: 0;
- }
- a
- {
- text-decoration: none;
- }
- a:hover
- {
- text-decoration: underline;
- }
- body
- {
- color: #555;
- font: 11px Arial, sans-serif;
- }
- #columns{
- width:100%;
- }
- #columns td
- {
- padding: 0 7px;
- vertical-align: top;
- }
- .portlet
- {
- border-color: #d8d8d8;
- border-style: solid;
- border-width: 1px;
- cursor: move;
- margin: 5px 5px 5px 0px;
- float:left;
- width:100%;
- }
- .portlet_topper a
- {
- font-weight:normal;
- }
- /*
- .portlet_topper a:hover
- {
- color: #FF7F55;
- font-weight:bold;
-
- }
- .portlet_content{
- padding: 1px 5px 0px;
- }*/
- /*boostrap edit begin*/
- .portlet_topper a:hover
- {
- color: #FF7F55;
- }
- .portlet_content
- {
- }
- /*boostrap edit end*/
- .portlet_content p
- {
- line-height: 150%;
- text-align: justify;
- }
- .portlet_bottom
- {
- background: #ccc;
- font-size: 1px;
- line-height: 1px;
- overflow: hidden;
- height: 5px;
- }
- .sort_placeholder
- {
- background: #bba;
- }
|