Home | History | Annotate | Download | only in python2.7

Lines Matching refs:css

381     # CSS classes for the day <td>s
464 def formatyearpage(self, theyear, width=3, css='calendar.css', encoding=None):
477 if css is not None:
478 a('<link rel="stylesheet" type="text/css" href="%s" />\n' % css)
644 "-c", "--css",
645 dest="css", default="calendar.css",
646 help="CSS to use for page (html only)"
681 optdict = dict(encoding=encoding, css=options.css)