Skip to main content

Home/ CSS Evangelist/ Group items tagged modern

Rss Feed Group items tagged

Alexis Sgavel

script deck | Create Modern Search Fields with CSS - 0 views

  •  
    Create Modern Search Fields with CSS Information: We've taken design deck's Modern Search Fields PSD and turned them into working search fields using css that look great in major browsers!
tech vedic

How to Customize Your Windows 8 Start Screen? - 0 views

  •  
    Windows 8 is very different from its previous versions. It has colorful as well as smooth modern interface to entertain Ultra books and other touch-screen devices. By customizing the Windows 8 Start-screen, you can have easy access to favorite apps. This Techvedic tutorial is all about customizing Windows 8 Start Screen.
LinkSture Technologies

Brando Responsive and Multipurpose OnePage WordPress Theme - 0 views

  •  
    Brando is a completely modern, feature-rich, professionally designed, fully responsive and multi-purpose onepage WordPress theme. You will have an impressive number of readymade onepage site demos as per your business nature like design / ad / digital media agency, architecture firm, personal resume / vcard / portfolio, freelancer, spa and beauty saloon, art and photography, wedding, restaurant / hotel, tours and travel agency, event landing page, tattoo maker but this is not the limit as you can combine multiple elements from different innovative demo to achieve the style as per your imagination. It provides multiple eye-catching portfolio and blog layouts as well as coming soon page for showcasing your projects, news and other content. The Visual Composer - a widely used, premium, drag & drop enabled, quick content editing tool is integrated and included in the theme free of cost to helps you create and manage website pages content without touching the code. It also offers theme settings panel to manage overall website layout, colors, fonts, header, footer, social sharing and much more. It provides a great import feature to import demo data for your desired onepage demo or multiple different demos also quickly. Brando is extremely polished, cutting edge implementation of high-end search engine optimization enhancement techniques from the well structured and fast executable codebase, better result in all devices and browsers, and rendering your pages spectacularly effective to achieve the top ranks for all the relevant searches at an impressive high speed and hence resulting in higher level of traffic.
tech vedic

Windows 8.1 paints over the problems with Windows 8 - 0 views

  •  
    The release of Windows 8.1 is going to overpower Windows 8 very soon. The fundamental problem faced by every user with Windows 8 is that the modern interface of the Start screen works best on a Tablet instead on a PC. Also, there are other problems related to screen is available with Windows 8. Thus, the entry of Windows 8.1 overcomes the problems of Windows 8. Here in this tutorial, let's discuss about Windows 8.1.
Vladimir Carrer

The Golden Grid - 0 views

  •  
    The Golden Grid is a web grid system. It 's a product of the search for the perfect modern grid system. It 's meant to be a CSS tool for grid based web sites
Gary Edwards

Everything You Know About CSS Is Wrong | Digital Web Magazine: Rachel Andrew - 0 views

  •  
    The easy way to use CSS2.1 to solve difficult cross-browser layout issues: CSS tables solve all the problems encountered when using absolute positioning or floats to create multi-column layouts in modern browsers. Specifying the value table for the display property of an element allows you to display the element and its descendants as though they're table elements. The main benefit of CSS table-based layouts is the ability to easily define the boundaries of a cell so that we can add backgrounds and so on to it-without the semantic problems of marking up non-tabular content as a HTML table in the document.
Frederik Van Zande

2008 Email Design Guidelines - Campaign Monitor Blog - 0 views

  •  
    As web designers, we've grown pretty good at understanding how to create a modern, semantic, accessible website using XHTML and CSS. We understand what makes a good website, and how to make it happen. When it comes time to design emails though, do all the same rules apply? Are there things we should be doing specifically for email that don't make sense on a website? In this article we'll discuss the technical, design and information elements that make up a successful HTML email.
Vernon Fowler

LESS « The Dynamic Stylesheet language - 8 views

  •  
    The LESS Ruby gem compiles LESS code to CSS.  LESS is an extension of CSS. You can write LESS code just like you would write CSS, except you need to compile it to CSS. That's what the gem is for. If you are on Mac OS X, you can install the gem by typing the following command in the terminal:
  •  
    LESS extends CSS with dynamic behavior such as variables, mixins, operations and functions. LESS runs on both the server-side (with Node.js and Rhino) or client-side (modern browsers only).
yc c

#eCSStender.org { content: "Homepage"; } - 1 views

shared by yc c on 05 Dec 09 - Cached
  •  
    Extensions built with eCSStender greatly simplify the design process because you can author modern CSS using advanced selectors, properties such as border-radius, or custom font faces and rest assured that your design will work... even in IE6. To see what you can use today, browse the extensions. To use the extensions, download eCSStender and include it and your extensions in your site.
kumar app

[Tutorial]How To Create Professional Logo using Photoshop - 4 views

  •  
    In the following tutorial you are going to learn how to make a simple, clean, modern logo that you can use in your future projects. It is very simple to create this logo but after the basic shape is created you can easily add your own unique quirks (gradients, drop shadows etc) to make the logo trul
LinkSture Technologies

LeadGen - Multipurpose Marketing Landing Page Pack with Page Builder - 0 views

  •  
    LeadGen is a conversion ratio and speed optimized multi-purpose marketing landing page template with drag & drop page builder and tons of readymade elements and demos with greater level of customization possibilities. LeadGen is the best collection of landing pages with modern touch, very well polished, highly responsive, elegant and engaging marketing pages to attract your readers and convince them to contact you or convert to your prospect using the form and call to action buttons. LeadGen can be used as one page website also by having OnePage smooth scrolling menu linked to various sections added on the page. There are 30+ carefully crafted readymade demos are available for different type of businesses as well as 300+ unique elements to chose from and generate your own landing page quickly without any hassles. A powerful and intuitive drag and drop page builder worth $29 is integrated to use readymade blocks, customize fonts, colors, links, styling, content, images as well as deep customization using source code also.
LinkSture Technologies

Paperio - Responsive and Multipurpose WordPress Blog Theme - 0 views

  •  
    Paperio is a visually appealing, clean and uncluttered, SEO and speed optimized multi-purpose WordPress blog theme fully customizable with WordPress customizer. Paperio offers sleek and modern, polished and technologically sophisticated, user friendly and easy to read attractive blog styles, featured post sliders, latest / popular post styles, header and footer styles, different sidebar styles and more to make your blog outstanding with clear content, stylish, highly visible to search engines and extra ordinary fast in page loading. Paperio contains 7 creative and unique demos with different type of styles for different purpose blogs with selection of predefined color skin and you can use custom color also. You can review below various blog styles and I am sure you will love it. But please take a look of the demo below and decide yourself!
Vernon Fowler

An introduction to LESS, and comparison to Sass | Smashing Coding - 0 views

  • The only difference in variables between LESS and Sass is that, while LESS uses @, Sass uses $. There are some scope differences as well, which I’ll get to shortly.
  • With Sass, you declare @mixin prior to the style to identify it as a mixin. Later, you declare @include to call it.
  • Parametric Mixins Like having functions in your CSS (*swoon*), these can be immensely useful for those seemingly redundant tasks of modern-day CSS.
  • ...8 more annotations...
  • .border-radius( @radius: 3px ) { -webkit-border-radius: @radius; -moz-border-radius: @radius; border-radius: @radius; }
  • The syntax in Sass is very similar to that of LESS. Just use the $ for variables, and call the mixins with the @mixin and @include method mentioned earlier.
  • Selector Inheritance Here’s something not provided in LESS. With this ability, you can append a selector to a previously established selector without the need to add it in a comma-separated format. .menu { border: 1px solid #ddd; } .footer { @extend .menu; } /* will render like so: */ .menu, .footer { border: 1px solid #ddd; }
  • With LESS, you can nest ids, classes and elements as you go.
  • You can also refer in element styles to their pseudo-elements by using the &, which in this case functions similar to this in JavaScript.
  • Sass is a lot more versatile with numbers than LESS. It has built into it conversion tables to combine comparable units.
  • Sass seems to have a lot more color options — not that I would need them all. Lighten and darken are the only ones that I see myself using often.
  • Conditionals and Control This is rather nifty, and another thing not provided by LESS. With Sass, you have the ability to use if { } else { } conditional statements, as well as for { } loops. It supports and, or and not, as well as the <, >, <=, >= and == operators.
yc c

Learn how to slice your templates into fully standards compliant XHTML and CSS! - 0 views

shared by yc c on 09 Mar 09 - Cached
  •  
    This site is a free resource for the budding web designer looking to take the step into the future of modern web design. Throughout the guide, you will be shown cunning CSS techniques used to keep loadtime to a minimum and to organize and fine tune your content so it is presented in the best possible way
enmail

CSS Templates - Solucija - 0 views

  • View DemoDownload Template Artificial Intelligence View DemoDownload Template Internet Sharing View DemoDownload Template Internet Broadcast View DemoDownload Template Internet Management View DemoDownload Template Internet Music View DemoDownload Template City Nightlife View DemoDownload Template Internet Services View DemoDownload Template Internet Market View DemoDownload Template Internet Center View DemoDownload Template What's Your Solution? View DemoDownload Template Internet Jobs View DemoDownload Template Internet Jobs #2 View DemoDownload Template Small Studio View DemoDownload Template Modern World View DemoDownload Template Blue Blog Template View DemoDownload Template Sonia Template View DemoDownload Template Happy Blog View DemoDownload Template Blue Blog Template View DemoDownload Template Strategic Business Designs View DemoDownload Template Life Is Simple View DemoDownload Template Please Smile Again View DemoDownload Template Recent article: sNews 1.5.31 - Better Security and Math Captcha
1 - 19 of 19
Showing 20 items per page