Commit c0bc5ea62e2e2859e7db581f79c9bc9e0c8d637d
1 parent
71301d9c
123
Showing
1 changed file
with
31 additions
and
1 deletions
Show diff stats
frontend/web/css/style.css
@@ -1831,7 +1831,37 @@ p.right{text-align: right;} | @@ -1831,7 +1831,37 @@ p.right{text-align: right;} | ||
1831 | .artbox_form_container{ | 1831 | .artbox_form_container{ |
1832 | max-width: 705px; | 1832 | max-width: 705px; |
1833 | margin: 0 auto; | 1833 | margin: 0 auto; |
1834 | - | 1834 | +} |
1835 | +.otz_buttons { | ||
1836 | + text-align: center; | ||
1837 | + text-transform: uppercase; | ||
1838 | + font-size: 11px; | ||
1839 | + font-weight: 600; | ||
1840 | + letter-spacing: 1px; | ||
1841 | + margin: 44px 0px; | ||
1842 | +} | ||
1843 | +.otz_buttons a { | ||
1844 | + background-color: #e4e4e4; | ||
1845 | + padding: 11px; | ||
1846 | + padding-bottom: 10px; | ||
1847 | + margin: 10px; | ||
1848 | + background-image: url(../images/arrow_down_bold.png); | ||
1849 | + background-repeat: no-repeat; | ||
1850 | + background-position-y: center; | ||
1851 | +} | ||
1852 | +.otz_buttons a:hover { | ||
1853 | + background-color: #ebdbd4!important; | ||
1854 | + color: #000; | ||
1855 | +} | ||
1856 | +.otz_buttons .btn_otz.more1 { | ||
1857 | + padding-right: 15px; | ||
1858 | + padding-left: 38px; | ||
1859 | + background-position-x: 17px; | ||
1860 | +} | ||
1861 | +.otz_buttons .btn_otz.write { | ||
1862 | + padding-right: 42px; | ||
1863 | + padding-left: 16px; | ||
1864 | + background-position-x: calc(100% - 16px); | ||
1835 | } | 1865 | } |
1836 | 1866 | ||
1837 | /**/ | 1867 | /**/ |