/*----------------------------------------------------------------------------
 CSS-File for modul 'aLink'
 --------------------------
 part of yPBuilder

 $Id: alink.css 162 2008-01-21 23:20:52Z Jackalope $
 
 Description:
  Here you can change the appearance of the different links.
 
 Note:
  take care that the (background-)images are in the proper folder!
  If you change the (background-)images you have to fit the value of the
  'padding-right'-parameter min. to the width of the new image.

----------------------------------------------------------------------------*/

/* external link */
a.exlink {
    padding-right: 24px;
    background: url(../images/exlink.gif) right center no-repeat;
}

a.exlink_img {
    float: left;
    margin-right: 5em;
    border: 1px solid #999;
    padding: 5px;
}
/* internal pages link */
a.pagelink {
}

/* link to a wikipedia artikle */
a.wiklink {
}

/* broken or incorrect internal pagelink */
.broken_pagelink {
}

/* file|download link  */
a.filelink {
}

/* broken file link  */
span.broken_filelink {
}

/* file|download link for '.txt'  */
a.file_txt {
}

/* file|download link for '.tar'  */
a.file_tar {
}

/* the md5-checksum after the file link */
.md5_sum {
}

.md5_sum:before {
}

.md5_sum:after {
}

/*----------------------------------- END ----------------------------------*/
