Questions tagged as 'css'

1
answer

Prepocessor (Less) - Variable @Arguments

Assuming I have the following mixin with following arguments: .font-style(@size: 1.2em, @style: 100, @leading:1.4em, @color: #efefed) Now I want to play this mixin passing the arguments that I define for a specific class. Ex: .myClass{ .f...
asked by 28.07.2015 / 19:01
1
answer

How to Do Transition in the Hover

I'm making an effect for MENU using CSS and jQuery. Problem transition works from the element itself with hover action. Home The reverse does not work. The CSS below does the following: You have a Mobile MENU hidden to...
asked by 01.07.2015 / 19:17
1
answer

Fluid / responsive layout at least 940px and at most 1170px with bootstrap

I am a beginner with Bootstrap and responsive layouts and have encountered a small obstacle in developing a responsive layout using Bootstrap. In the site layout, content was created to be displayed with at most 1170px and at least 940px in widt...
asked by 23.05.2015 / 06:21
1
answer

How to make a popup to insert an email appear at the click of a button

What I want is something exactly like this page. link By clicking on "I want to Watch" it opens a kind of pop-up asking for the email.     
asked by 25.05.2015 / 21:45
2
answers

Navbar bootstrap getting behind the banner

I'm putting navbar of Bootstrap on a website, but when I click the button to open the menu, the menu appears behind the banner you have on the site. I took the position:absolute that it has in col-md-12 and it was on top (in...
asked by 12.05.2015 / 05:25
1
answer

Tag get size of another TAG

I wonder if there is something in the CSS, or JS that makes a TAG that takes up space, make the 'parent' TAG fit the size of the 'daughter' TAG. Ex: <iframe> <body>o Body possuí um tamanho que varia de acordo com o conteúdo ex 1...
asked by 03.04.2015 / 20:24
1
answer

How to know what CSS is being used by a page?

By the inspector of the google-chrome is It is possible to know which CSS 's is not being used, as shown in the image below: The question is:    How do you know what CSS is being used by a particular page?     
asked by 08.10.2015 / 23:04
2
answers

Get full monitor width using CSS3

Is there any way to get the%% of a monitor's total% using CSS or CSS3? I know that in JS there is width that associates a width with the size of the monitor with a variable. Now I need to know if there is a CSS in this way to get the t...
asked by 02.07.2014 / 15:58
2
answers

How to draw two animations on an element using ": hover"?

I have the following code: body { margin: 0; padding: 0; background: #885053; } #hide { width: 100%; height: 0px; background: #fe5f55; margin: 0 auto; -webkit-animation: hideSlideDown 0.5s forwards; anima...
asked by 10.06.2015 / 01:08
1
answer

Align left and decrease distance between controls with bootstrap

See the following image: Noticethatthefirstlabel(CNPJ)isalongwayfromthemarginandmostimportanttome.ThedistancebetweenthelabelandthecontrolistoolargeandthedistancebetweentheOSlabelandtheinputcontroloftheCNPJislargeaswell.HowdoIsolvethisquestion...
asked by 07.07.2014 / 14:44