root/releases/0.9rc2/mod/profile/css

Revision 1276, 2.2 kB (checked in by dave, 1 year ago)

stand in default theme

Line 
1 <style type="text/css">
2
3 /*
4  PROFILE WIDGETS STUFF
5 */
6
7 img.profile-photo {
8         border:1px solid #eee;
9         padding:2px;
10 }
11
12 .profile_main p {
13         color:#000;
14 }
15
16 .profile_main p a {
17         text-decoration: underline;
18 }
19
20 .profile_main_bottom {
21         clear: both;
22 }
23
24 .profile_primary {
25         float: left;
26         width: 270px;
27         margin-top: 10px;
28         margin-left: 10px;
29 }
30
31 .profile_secondary {
32         float: right;
33         width: 400px;
34         margin-top: 10px;
35         color:#000;
36 }
37
38 .profile_bio {
39         padding-top: 10px;
40         background:#efefef;
41 }
42
43 .profile_widgets {
44         clear: both;
45         width: 760px;
46         /*background: #004995;*/
47 }
48
49 .profile_icon img {
50         border:1px solid #eee;
51         padding:2px 2px 2px 2px;
52 }
53
54 .profile_widgets_left {
55         float: left;
56         width: 330px;
57 }
58
59 .profile_widgets_right {
60         float: right;
61         width: 330px
62 }
63
64 /* profile - widgets */
65
66 #profile_widgets {
67         position:relative;
68 }
69
70 .profile_bio {
71         width:244px;
72         padding:2px;
73 }
74
75 .widgets_even {
76         float:left;
77         width:340px;
78         margin:0;
79         padding:0;
80 }
81
82 .widgets_odd {
83         float:right;
84         width:340px;
85         margin:0;
86         padding:0;
87 }
88
89 .widget {
90         border: 0px solid #BBDCE9; /*#95BDCD;*/
91         margin-bottom: 15px;
92         padding: 0;
93         width:330px;
94         overflow-x:hidden;
95 }
96
97 .widget .widget_content {
98         padding: 4px 10px 4px 10px;
99 }
100
101 .widget .widget_content h3 {
102         padding:0;
103         margin:0;
104 }
105
106 .widget .widget_bottom {
107          display: block;
108          background-color: #E2F0F6; /*#CBE5EF;*/
109          margin: 0px;
110          padding-left: 10px;
111          border-top: 1px solid #BBDCE9;
112          font-size:0.8em;
113 }
114
115 .widget .widget_menu ul {
116         margin:0 0 0 5px;
117         padding:0;
118 }
119
120 .widget .widget_menu ul li {
121          list-style:none;
122 }
123
124 .widget .widget_menu ul li a {
125          text-decoration:underline;
126 }
127
128 .widget .widget_admin_menu {
129         background-color: #E2F0F6;
130         padding:2px 0 0 5px;
131 }
132
133 #hidden3, #hidden2, #hidden4, #hidden5 {
134   height:20px;
135 }
136
137 .widget .widget_title {
138                   border:0;
139                   border-bottom:1px solid #cdcdcd; /*#BBDCE9;*/
140                   padding:0 2px 0 2px;
141                   margin:0 0 10px 0;
142                   color:#000;
143                   font-size:1.2em;
144                  font-weight:bold;
145 }
146
147 .widget  .widget_content h2 a {
148         background:url( {{url}}_templates/icons/arrow.gif) no-repeat left;
149         padding:0 0 0 10px;
150 }
151
152 </style>
Note: See TracBrowser for help on using the browser.