version 1.746, 2009/02/13 17:26:55
|
version 1.750, 2009/02/17 10:14:56
|
Line 2810 sub aboutmewrapper {
|
Line 2810 sub aboutmewrapper {
|
return; |
return; |
} |
} |
return '<a href="/adm/'.$domain.'/'.$username.'/aboutme"'. |
return '<a href="/adm/'.$domain.'/'.$username.'/aboutme"'. |
($target?' target="$target"':'').' title="'.&mt("View this user's personal page").'">'.$link.'</a>'; |
($target?' target="$target"':'').' title="'.&mt("View this user's personal |
|
homepage").'">'.$link.'</a>'; |
} |
} |
|
|
# ------------------------------------------------------------ Syllabus Wrapper |
# ------------------------------------------------------------ Syllabus Wrapper |
Line 5726 ol#LC_PathBreadcrumbs li a{
|
Line 5727 ol#LC_PathBreadcrumbs li a{
|
.LC_ContentBoxSpecial |
.LC_ContentBoxSpecial |
{ |
{ |
border: solid 1px $lg_border_color; |
border: solid 1px $lg_border_color; |
max-width:70%; |
|
min-width:70%; |
|
} |
} |
.LC_ContentBoxSpecialContactInfo |
.LC_ContentBoxSpecialContactInfo |
{ |
{ |
Line 5735 ol#LC_PathBreadcrumbs li a{
|
Line 5734 ol#LC_PathBreadcrumbs li a{
|
max-width:25%; |
max-width:25%; |
min-width:25%; |
min-width:25%; |
} |
} |
|
.LC_AboutMe_Image |
|
{ |
|
float:left; |
|
margin-right:10px; |
|
} |
|
.LC_Clear_AboutMe_Image |
|
{ |
|
clear:left; |
|
} |
dl.LC_ListStyleClean dt { |
dl.LC_ListStyleClean dt { |
padding-right: 5px; |
padding-right: 5px; |
display: table-header-group; |
display: table-header-group; |
Line 5811 div.LC_columnSection {
|
Line 5818 div.LC_columnSection {
|
div.LC_columnSection>* { |
div.LC_columnSection>* { |
float: left; |
float: left; |
margin: 10px 20px 10px 0px; |
margin: 10px 20px 10px 0px; |
overflow:hidden; |
overflow:hidden; |
} |
} |
div.LC_columnSection > .LC_ContentBox, |
div.LC_columnSection > .LC_ContentBox, |
div.LC_columnSection > .LC_ContentBoxSpecial |
div.LC_columnSection > .LC_ContentBoxSpecial |
{ |
{ |
width: 400px; |
width: 400px; |
} |
} |
|
|
.ContentBoxSpecialTemplate |
.ContentBoxSpecialTemplate |
{ |
{ |
border: solid 1px $lg_border_color; |
border: solid 1px $lg_border_color; |
} |
} |
.ContentBoxTemplate { |
.ContentBoxTemplate { |
padding:10px; |
padding:10px; |
Line 5887 div.LC_columnSection > .ContentBoxSpecia
|
Line 5894 div.LC_columnSection > .ContentBoxSpecia
|
border-bottom: 1px solid #CCCCCC; |
border-bottom: 1px solid #CCCCCC; |
} |
} |
|
|
|
table em{ |
|
font-weight:bold; |
|
font-style:normal; |
|
} |
|
|
END |
END |
} |
} |
|
|