• Home
  • Archive
  • Tools
  • Contact Us

The Customize Windows

Technology Journal

  • Cloud Computing
  • Computer
  • Digital Photography
  • Windows 7
  • Archive
  • Cloud Computing
  • Virtualization
  • Computer and Internet
  • Digital Photography
  • Android
  • Sysadmin
  • Electronics
  • Big Data
  • Virtualization
  • Downloads
  • Web Development
  • Apple
  • Android
Advertisement
You are here:Home » Drop Caps CSS Update : W3C Draft, Oct 2016

By Abhishek Ghosh October 26, 2016 8:06 am Updated on October 26, 2016

Drop Caps CSS Update : W3C Draft, Oct 2016

Advertisement

It May Appear Odd to Read to an Unused as W3C is Known to Be Too Much Serious. W3C CSS Working Group Has an Updated W3C Draft on Oct 2016 Around Drop Caps CSS For Rules Across Various Devices, Style & Responsiveness. Because CSS part is also of W3C. In this article, we are going to discuss about the basic styling rules, methods we previously described since 2010 and some information from Adobe. We are talking about this : https://drafts.csswg.org/css-inline/#DropInitial.

drop-caps-css-update-w3c-draft

 

Drop Caps CSS Update : Our Previous Drop Caps CSS Tutorials

 

CSS pseudo class selectors are what we normally currently use for Drop Caps. That simply means – adding a tiny piece of CSS will automatically add the effect without any other effort.

Commonly we talk about WordPress for CSS stuffs on this website. Although such example of CSS can be used for any kind of website. Our oldest guide on Drop Caps CSS is more better to read by a newbie. The usage of the linked guide of CSS in practice is not recommended today anymore. Among the other guides, Drop Caps in WordPress Without Plugin is quite recent, so as Drop Caps Without HTML Markup With jQuery Plugin or CSS3. jQuery Plugin for Drop Caps is not exactly great, although Adobe has beautiful open source interactive demo page :

Advertisement

---

Vim
1
http://webplatform.adobe.com/dropcap.js/dropcap-demo.html

 

Drop Caps CSS Update : W3C Draft, Oct 2016

 

Previously, we were using this method :

Vim
1
2
.entry-content>p:nth-of-type(1):first-letter
{color:#111;float:left;font-size:3.4em;line-height:0.6em;margin:0.2em 0.2em 0.05em 0px}

Now, we can use :

Vim
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
p:nth-of-type(1):first-letter {
color: #17A8E3;
font-family: Cochin;
font-weight: bold;
float:left;
font-size:3.4em;
line-height:0.7em;
margin:0.1em 0.1em 0.05em 0px;}
p:nth-of-type(1):first-child:first-line {
color: #17A8E3;
font-size:1.7em;
line-height: 1.3em;
margin:0.1em 0.1em 0.025em 0px;
}
p:first-child {
  padding: 10px;
  color: #165A72;
  position: relative;
  font-size:1.3em;
  line-height: 1.6em;
}

first-child is the first paragraph marked with p div class, first-child:first-line is the first sentence visible in that paragraph and first-letter is the first letter we want to make drop caps effect. In case of WordPress, we need to mark them with the name of the div of post, like entry-content (for Genesis theme) :

Vim
1
.entry-content>p:nth-of-type(1):first-letter

Here is a working demo :

See the Pen Drop Caps Demo with First-Line, First-Child by Abhishek Ghosh (@AbhishekGhosh) on CodePen.

Facebook Twitter Pinterest

Abhishek Ghosh

About Abhishek Ghosh

Abhishek Ghosh is a Businessman, Surgeon, Author and Blogger. You can keep touch with him on Twitter - @AbhishekCTRL.

Here’s what we’ve got for you which might like :

Articles Related to Drop Caps CSS Update : W3C Draft, Oct 2016

  • Nginx WordPress Installation Guide (All Steps)

    This is a Full Nginx WordPress Installation Guide With All the Steps, Including Some Optimization and Setup Which is Compatible With WordPress DOT ORG Example Settings For Nginx.

  • Changing Data With cURL for OpenStack Swift (HP Cloud CDN)

    Changing Data With cURL For Object is Quite Easy in OpenStack Swift. Here Are Examples With HP Cloud CDN To Make it Clear. Official Examples Are Bad.

  • OpenShift OctoPress Auto install Script

    OpenShift OctoPress Auto install Script is an Advanced Script to Run OctoPress on Free OpenShift PaaS Practically Without Any Knowing Ruby or Git.

  • Steps To Install Nginx Plus on Ubuntu Server (HP Cloud)

    Here Are the Steps To Install Nginx Plus on Ubuntu Server Running on HP Cloud. Nginx Plus is the Paid Version of Nginx with Extra Features.

performing a search on this website can help you. Also, we have YouTube Videos.

Take The Conversation Further ...

We'd love to know your thoughts on this article.
Meet the Author over on Twitter to join the conversation right now!

If you want to Advertise on our Article or want a Sponsored Article, you are invited to Contact us.

Contact Us

Subscribe To Our Free Newsletter

Get new posts by email:

Please Confirm the Subscription When Approval Email Will Arrive in Your Email Inbox as Second Step.

Search this website…

 

Popular Articles

Our Homepage is best place to find popular articles!

Here Are Some Good to Read Articles :

  • Cloud Computing Service Models
  • What is Cloud Computing?
  • Cloud Computing and Social Networks in Mobile Space
  • ARM Processor Architecture
  • What Camera Mode to Choose
  • Indispensable MySQL queries for custom fields in WordPress
  • Windows 7 Speech Recognition Scripting Related Tutorials

Social Networks

  • Pinterest (24.3K Followers)
  • Twitter (5.8k Followers)
  • Facebook (5.7k Followers)
  • LinkedIn (3.7k Followers)
  • YouTube (1.3k Followers)
  • GitHub (Repository)
  • GitHub (Gists)
Looking to publish sponsored article on our website?

Contact us

Recent Posts

  • Market Segmentation in BriefSeptember 20, 2023
  • What is Booting?September 18, 2023
  • What is ncurses?September 16, 2023
  • What is JTAG in Electronics?September 15, 2023
  • iPhone 15 Pro Max Vs Samsung Galaxy S22/S23 UltraSeptember 14, 2023
PC users can consult Corrine Chorney for Security.

Want to know more about us?

Read Notability and Mentions & Our Setup.

Copyright © 2023 - The Customize Windows | dESIGNed by The Customize Windows

Copyright  · Privacy Policy  · Advertising Policy  · Terms of Service  · Refund Policy