X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/d316a52151685a1b7c295baa12b73a73eabe5657..048c03a936a31dc5e1a1f14a8e2541e7fb28882d:/apps/wolnelektury_core/static/css/widget.css diff --git a/apps/wolnelektury_core/static/css/widget.css b/apps/wolnelektury_core/static/css/widget.css deleted file mode 100644 index 626698844..000000000 --- a/apps/wolnelektury_core/static/css/widget.css +++ /dev/null @@ -1,54 +0,0 @@ -#wl { -background-color: white; -} -#wl a, a:visited, a:hover { -border: 0; -} -#wl img { -border: 0; -} -.ui-menu { -width: 160px; -font-size: small; -list-style-type: none; -padding: 0; -margin:0; -border-left: 1px solid #696969; -border-right: 1px solid #696969; -border-bottom: 1px solid #696969; -} - -.ui-menu li { -font-size: small; -padding: 5px; -width: 150px -} - -.ui-menu li:nth-child(odd) { -background-color: white; -} - -.ui-menu li:nth-child(even){ -background-color: #EDF1F5; -} - -.ui-menu li:hover{ -background-color: #053469; -color:white; -} - -.ui-menu a:hover { -color:white; -text-decoration: none; -} - -.ui-corner-all { -width: 160px; -cursor: pointer; -display:block; -} - -.ui-corner-all a{ - color: black; - text-decoration: none; -}