From 5355193b6342910ec69ec172846027ac9353d2b3 Mon Sep 17 00:00:00 2001 From: friendica Date: Mon, 9 Jul 2012 22:48:51 -0700 Subject: theme cleanup --- view/theme/vier/icons.less | 59 ---------------------------------------------- 1 file changed, 59 deletions(-) delete mode 100644 view/theme/vier/icons.less (limited to 'view/theme/vier/icons.less') diff --git a/view/theme/vier/icons.less b/view/theme/vier/icons.less deleted file mode 100644 index e314fba1f..000000000 --- a/view/theme/vier/icons.less +++ /dev/null @@ -1,59 +0,0 @@ -// Quattro Theme LESS file -/* icons */ - -.icons(@size: 22) { - &.notify { background-image: url("../../../images/icons/@{size}/notify_off.png"); } - &.gear { background-image: url("../../../images/icons/@{size}/gear.png"); } - - &.add { background-image: url("../../../images/icons/@{size}/add.png"); } - &.delete { background-image: url("../../../images/icons/@{size}/delete.png"); } - &.edit { background-image: url("../../../images/icons/@{size}/edit.png"); } - &.star { background-image: url("../../../images/icons/@{size}/star.png"); } - &.menu { background-image: url("../../../images/icons/@{size}/menu.png"); } - &.link { background-image: url("../../../images/icons/@{size}/link.png"); } - &.lock { background-image: url("../../../images/icons/@{size}/lock.png"); } - &.unlock { background-image: url("../../../images/icons/@{size}/unlock.png"); } - &.type-unkn { background-image: url("../../../images/icons/@{size}/zip.png"); } - &.type-audio{ background-image: url("../../../images/icons/@{size}/audio.png"); } - &.type-video{ background-image: url("../../../images/icons/@{size}/video.png"); } - &.type-image{ background-image: url("../../../images/icons/@{size}/image.png"); } - &.type-text { background-image: url("../../../images/icons/@{size}/text.png"); } - -} - - -.icon { - background-color: transparent ; - background-repeat: no-repeat; - background-position: left center; - display: block; - overflow: hidden; - text-indent: -9999px; - padding: 1px; - - &.text { - text-indent: 0px; - } - - &.s10 { - min-width:10px; height: 10px; - .icons(10); - &.text { padding: 2px 0px 0px 15px; } - } - &.s16 { - min-width:16px; height: 16px; - .icons(16); - &.text { padding: 4px 0px 0px 20px; } - } - &.s22 { - min-width:22px; height: 22px; - .icons(22); - &.text { padding: 10px 0px 0px 25px; } - } - &.s48 { - width:48px; height: 48px; - .icons(48); - } - - -} -- cgit v1.2.3