sumnima sumnima sumnima sumnima sumnima sumnima sumnima
Categories
bigcommerce blog bookmark css stencil Theme

sumnima – CSS for iPad

#bookmark CSS landscape. reset for iPad sumnima themes



@media only screen and (min-width: 1024px) and (max-width: 1366px) and (orientation: landscape) {
    /* reset sumnima CSS styles for iPad landscape mode go here */
    body {
        opacity: 0.3;
    }
}
Categories
bigcommerce ecommerce Theme

ratna iPad reviews round 1

Categories
bigcommerce blog css Design ecommerce sumnima.studio Theme

May be the last RATNA mobile fix

Categories
bigcommerce blog ecommerce sumnima.studio Theme

Perfect setup makes me cry

melonandstarfish.com

melonandstarfish.com + guransh bigcommerce theme

https://www.bigcommerce.com/theme/guransh-home/

Categories
bigcommerce blog ecommerce Theme

ORGANIC ROUND 3

Huge disappointment. Just another last round after 4 month https://everest-organic-demo.mybigcommerce.com

Categories
blog ecommerce magento magento 2 Theme

Magento 2 – Keep Product Image Aspect Ratio

Magento_Catalog/templates/product/list.phtml

<?php
 //$image = 'category_page_grid' or 'category_page_list';
 $_imagehelper = $this->helper('Magento\Catalog\Helper\Image');

 $productImage = $_imagehelper->init($_product, $image)->constrainOnly(FALSE)->keepAspectRatio(TRUE)->keepFrame(FALSE)->resize(400)->getUrl();
?>

<img src="<?php echo $productImage; ?>" />
Categories
bigcommerce bigmadness blog offer Theme

Bigmadness.com Xmas Fever 50% off Code: big50off

https://twitter.com/officialstupid/status/676987514045997056

 

Categories
bigcommerce blog ecommerce New Theme

porter responsive bigcommerce theme

 

Categories
bigcommerce blog ecommerce Theme

bigcommercewizard bigcommerce themes membership

Categories
blog Design ecommerce magento mobile New Theme

sumnima her (lingerie & bikini) magento theme dark layout

Categories
blog iPhone magento mobile New RWD Theme

sumnima jewellery RWD magento 1.9.1 theme

https://twitter.com/officialstupid/status/596184996949270529

 

jewellery

Categories
blog magento RWD Theme

Say hello to SUMNIMA

THE WORLD’S MOST ADVANCED MOBILE MAGENTO THEME

BEAUTIFUL & LIGHT DESKTOP, TABLATE & MOBILE RESPONSIVE THEME

Sumnima is the world’s most advanced mobile design for magento theme. sumnima isn’t simply a responsive magento theme — it’s better in every way. RWD, yet beautifully design for mobile. New sumnima more compact and all new design for mobile version no more tradition mobile design and pixels icon. 

With a smooth Native Mobile Application base design that seamlessly meets the new Retina HD iPhone, iPad or Mac display. No more pixel icons, we design all new thin and flat icon for retina device.

Categories
blog Design Elementary OS gtk+ Linux Theme

Elementry OS Theme Design – Day 1

3 hrs found just some css that really matter to me.

gtk.css

@define-color colorPrimary #fff;

 

gtk-widgets.css

/*******
* CSD *
******/

.titlebar {
background-image: linear-gradient(to bottom,
shade (@colorPrimary, 0.95),
shade (@colorPrimary, 0.95)
);
border-color: shade (@colorPrimary, 0.56);
border-radius: 4px 4px 0 0;
border-style: solid;
border-width: 0 0 1px;

text-shadow: 0 1px alpha (shade (@colorPrimary, 1.4), 0.40);
icon-shadow: 0 1px alpha (shade (@colorPrimary, 1.4), 0.40);

box-shadow: inset 0 0 0 1px alpha (shade (@colorPrimary, 1.4), 0.20),
inset 0 1px 0 0 alpha (shade (@colorPrimary, 1.4), 0.60);

padding: 0 3px;
}

.titlebar:backdrop {
background-image: linear-gradient(to bottom,
shade (@colorPrimary, 0.96),
shade (@colorPrimary, 0.96)
);
background-color: shade (@colorPrimary, 1.10);
border-color: shade (@colorPrimary, 0.64);

box-shadow: inset 0 0 0 1px alpha (shade (@colorPrimary, 1.4), 0.40);

-gtk-image-effect: dim;
}