[ Index ]

PHP Cross Reference of moodle-2.8

title

Body

[close]

/theme/base/style/ -> user.css (source)

   1  /*$$$$$$$$$$$$$$$$$ User $$$$$$$$$$$$$$$$$$$$*/
   2  .userprofile .fullprofilelink {text-align:center; margin:10px;}
   3  .userprofile .profilepicture {float:left; margin-right:20px;}
   4  .userprofile .description {margin-bottom:20px;}
   5  .userprofile dl {margin-top:10px;  margin-left:0;  width:100%;}
   6  .userprofile dl dt, .userprofile dl dd {padding-top:3px;  padding-bottom:3px;}
   7  .userprofile dl dt {margin:0; font-weight:bold; display:block; float:left; width:110px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
   8  .userprofile dl dd {margin:0; margin-left:120px;}
   9  
  10  .user-box {margin:8px;width:115px;height:160px;text-align:center;float:left;clear: none;}
  11  
  12  .userlist .action-icon img {vertical-align: middle;}
  13  
  14  .userlist #showall {margin: 10px 0px;}
  15  .userlist .buttons {text-align: center;}
  16  .userlist .buttons label {padding: 0 3px;}
  17  .userlist table#participants {text-align:center;}
  18  .userlist table#participants td,
  19  .userlist table#participants th {vertical-align: middle;text-align: left;padding: 4px;}
  20  .userlist table.controls {width: 100%;}
  21  .userlist table.controls tr {vertical-align: top;}
  22  .userlist table.controls td.right,
  23  .userlist table.controls td.left {padding: 4px;}
  24  .userlist table.controls .right {text-align: right;}
  25  
  26  .userinfobox {width:100%;border:1px solid;border-collapse: separate;padding:10px;}
  27  .userinfobox .left,
  28  .userinfobox .side {width: 100px;vertical-align: top;}
  29  .userinfobox .userpicture {width: 100px;height: 100px;}
  30  .userinfobox .content {vertical-align: top;}
  31  .userinfobox .links {width: 100px;padding: 5px;vertical-align: bottom;}
  32  .userinfobox .links a {display: block;}
  33  .userinfobox .list td {padding: 3px;}
  34  .userinfobox .username {padding-bottom: 20px;font-weight: bold;}
  35  .userinfobox td.label {text-align:right;white-space: nowrap;vertical-align: top;font-weight:bold;}
  36  .groupinfobox {border:1px solid;}
  37  .groupinfobox .left {padding: 10px;width: 100px;vertical-align: top;}
  38  
  39  .course-participation #showall {text-align:center;margin: 10px 0px;}
  40  #user-policy .noticebox {text-align:center;margin-left:auto;margin-right:auto;margin-bottom:10px;width:80%;height:250px;}
  41  #user-policy #policyframe {width:100%;height:100%;}
  42  .iplookup #map {margin:auto;}
  43  
  44  .userselector select {width: 100%;}
  45  .userselector div {margin-top: 0.2em;}
  46  .userselector div label {margin-right: 0.3em;}
  47  /* Next style does not work in all browsers but looks nicer when it does */
  48  .userselector .userselector-infobelow {font-size: 0.8em;}
  49  
  50  #userselector_options {padding:0.3em 0;}
  51  #userselector_options .collapsibleregioncaption {font-weight: bold;}
  52  #userselector_options p {margin:0.2em 0;text-align:left;}
  53  .dir-rtl #userselector_options p {text-align:right;}
  54  /** user full profile */
  55  #page-user-profile .messagebox {text-align:center;margin-left:auto;margin-right:auto;}
  56  /** user course profile */
  57  #page-course-view-weeks .messagebox {text-align:center;margin-left:auto;margin-right:auto;}
  58  
  59  /** Overide for RTL layout **/
  60  .dir-rtl .userprofile .profilepicture {float:right; margin-left:20px;margin-right:0px;}
  61  .dir-rtl .userlist table#participants td,
  62  .dir-rtl .userlist table#participants th {text-align: right;}
  63  .dir-rtl .userlist table#participants {margin: 0 auto;}
  64  .dir-rtl .userprofile dl dt {float:right; width:110px; margin-left:10px;}
  65  .dir-rtl .userprofile dl dd {margin-right: 120px;}
  66  #page-my-index.dir-rtl .block h3 { text-align: right;}


Generated: Fri Nov 28 20:29:05 2014 Cross-referenced by PHPXref 0.7.1