forked from 20xd6/simple_blog
Style the author pfp
This commit is contained in:
parent
849d5a25b6
commit
b4c852a3c1
@ -45,10 +45,10 @@ if (file_exists($dir) && is_dir($dir) ) {
|
|||||||
$link_title = str_replace($_replace,'',$link_title);
|
$link_title = str_replace($_replace,'',$link_title);
|
||||||
if (file_exists($file."/pfp.png")){
|
if (file_exists($file."/pfp.png")){
|
||||||
$pfp_path = "$file/pfp.png";
|
$pfp_path = "$file/pfp.png";
|
||||||
|
echo("<ul><li><img src=\"$pfp_path\" class=\"pfp\" name=\"$file pfp\"><a href='$file'> $link_title </a></li></ul>\n");//Output the result.
|
||||||
} else {
|
} else {
|
||||||
$pfp_path = "";
|
echo("<ul><li><a href='$file'> $link_title </a></li></ul>\n");//Output the result.
|
||||||
}
|
}
|
||||||
echo("<ul><li><img src=\"$pfp_path\" class=\"pfp\" name=\"$file pfp\" width=\"20\" height=\"20\"><a href='$file'> $link_title </a></li></ul>\n");//Output the result.
|
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
echo "<ul><li><a>No Authors<a></li></ul>";
|
echo "<ul><li><a>No Authors<a></li></ul>";
|
||||||
|
@ -125,6 +125,14 @@ img{
|
|||||||
img.center_align{
|
img.center_align{
|
||||||
vertical-align:middle;
|
vertical-align:middle;
|
||||||
}
|
}
|
||||||
|
img.pfp {
|
||||||
|
vertical-align: middle;
|
||||||
|
width: 25px;
|
||||||
|
height: 25px;
|
||||||
|
border-radius: 25px;
|
||||||
|
border-style: solid;
|
||||||
|
border-width: 1px;
|
||||||
|
}
|
||||||
.top{
|
.top{
|
||||||
max-width: 100vw;
|
max-width: 100vw;
|
||||||
float: left;
|
float: left;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user