Elgg  Version 2.3
icons.css.php
Go to the documentation of this file.
1 <?php
9 ?>
10 /* <style> /**/
11 
12 /* ***************************************
13  ICONS
14 *************************************** */
15 .elgg-icon {
16  color: #CCC;
17  font-size: 18px;
18  line-height: 1em;
19  margin: 0 2px;
20 }
21 
22 :focus > .elgg-icon,
23 .elgg-icon:hover,
24 .elgg-icon-hover {
25  color: #4690D6;
26 }
27 
28 h1 > .elgg-icon,
29 h2 > .elgg-icon,
30 h3 > .elgg-icon,
31 h4 > .elgg-icon,
32 h5 > .elgg-icon,
33 h6 > .elgg-icon {
34  font-size: 1em;
35 }
36 
37 .elgg-avatar > .elgg-icon-hover-menu {
38  display: none;
39  position: absolute;
40  right: 0;
41  bottom: 0;
42  margin: 0;
43  cursor: pointer;
44 }
45 .elgg-avatar > .elgg-icon-hover-menu:before {
46  position: absolute;
47  right: 2px;
48  bottom: 0px;
49 }
50 
51 .elgg-ajax-loader {
52  background: white url(<?= elgg_get_simplecache_url("ajax_loader_bw.gif"); ?>) no-repeat center center;
53  min-height: 31px;
54  min-width: 31px;
55 }
56 
57 /* ***************************************
58  AVATAR ICONS
59 *************************************** */
60 .elgg-avatar {
61  position: relative;
62  display: inline-block;
63 }
64 .elgg-avatar > a > img {
65  display: block;
66 }
67 .elgg-avatar-tiny > a > img {
68  width: 25px;
69  height: 25px;
70 
71  /* remove the border-radius if you don't want rounded avatars in supported browsers */
72  border-radius: 3px;
73 
74  background-clip: border;
75  background-size: 25px;
76 }
77 .elgg-avatar-small > a > img {
78  width: 40px;
79  height: 40px;
80 
81  /* remove the border-radius if you don't want rounded avatars in supported browsers */
82  border-radius: 5px;
83 
84  background-clip: border;
85  background-size: 40px;
86 }
87 .elgg-avatar-medium > a > img {
88  width: 100px;
89  height: 100px;
90 }
91 .elgg-avatar-large {
92  width: 100%;
93 }
94 .elgg-avatar-large > a > img {
95  width: 100%;
96  height: auto;
97 }
98 .elgg-state-banned {
99  opacity: 0.5;
100 }
h5
Definition: admin.css.php:85
h6
Definition: admin.css.php:85
line height
Definition: admin.css.php:82
border color
Definition: admin.css.php:42
elgg_get_simplecache_url($view, $subview= '')
Get the URL for the cached view.
Definition: cache.php:136
em
Definition: admin.css.php:47
a
Definition: admin.css.php:97
h4
Definition: admin.css.php:85
elgg ajax
Wrapper function for jQuery.ajax which ensures that the url being called is relative to the elgg site...
Definition: ajax.js:19
ui datepicker calendar ui state hover
Definition: admin.css.php:692
h3
Definition: admin.css.php:85
font size
Definition: admin.css.php:81
img
Definition: admin.css.php:40
border radius
Definition: admin.css.php:244
margin bottom
Definition: admin.css.php:38
clearfix elgg elgg elgg elgg page elgg page elgg elgg elgg elgg col elgg image block
Definition: admin.css.php:127
they are outside its scope The act of running the Program is not and the output from the Program is covered only if its contents constitute a work based on the in any medium
Definition: GPL-LICENSE.txt:80
margin right
Definition: admin.css.php:181
elgg gallery elgg elgg icon
Definition: core.css.php:104
min width
Definition: admin.css.php:166
h1
Definition: admin.css.php:85
list style position
if(!$site) if(!($site instanceof ElggSite)) $site url
h2
Definition: admin.css.php:85