Questions tagged as 'css'

0
answers

Change padding of an X panel when I add class in a Y panel (both of the same parent panel)

Good evening, my people, I have a screen where I have a sidebar on the left side. When I define it with the CSS class .compacto it stays 50 pixels wide by adjusting the buttons and layout. When I put the .modoExpandido class it gets the avera...
asked by 07.01.2018 / 01:34
0
answers

Transform external style sheets to inline css with gulp

Good afternoon, I'm looking for information about the Gulp feature that transforms external style sheets into inline css using the inline attribute. Ex: <link inline href="styles/estilo.css" rel="stylesheet" type="text/css"> Cou...
asked by 12.01.2018 / 19:52
0
answers

Htaccess - Rewrite CSS with 2 .htaccess files

I am trying to rewrite the path of my css, but due to the use of 2 .htaccess files only one of my URLs works. My structure is as follows: htdocs (root) index.html .htaccess (1) Development Projects redirect index.php .htacc...
asked by 12.01.2018 / 22:50
1
answer

Redirect page if user does not interact (click, touchstart, mousemove)

I need to make a redirect to a "sleep screen", in case the user does not interact via click / touch, drag and mouse movement. What you can do <script type="text/javascript"> var meuTempo; meuTempo = setTimeout(openUrl, 500...
asked by 12.01.2018 / 18:42
0
answers

Tabbed browsing problem

Well I'm trying to make a tabbed browsing on a page, but I'm having a problem putting it responsive and not working anyone could help? the code: ul.tabs { margin: 0px; padding: 0px; list-style: none; border-bottom: 1px...
asked by 08.01.2018 / 10:50
1
answer

Enter percentage in progress bar (JAVASCRIPT)

I made a progress bar with the bootstrap. Then every time something is filled in the table a certain percentage more is inserted in the bar. The data that is inserted into the table comes from an API, so it does this automatically. I did it as f...
asked by 11.01.2018 / 13:52
1
answer

Use different CSS in each view

I'm developing a site using the MVC standard, I wonder if it's possible to use a different CSS in each view. If so, how?     
asked by 06.01.2018 / 11:20
5
answers

What is the definition of each combination of css Selectors

The .css files that are used follow a pattern: seletor{ atributo: valor } The part of the attributes and values I understand, however in some examples I see these selectors are being separated with ',' or with a '.' on the front or a '#'. A...
asked by 29.09.2016 / 16:45
0
answers

link rel="stylesheet" affects only one html section

Is there any way to make one affect only one html section? For example I want an external link that will only affect one of the divs with a specific id, how do I do this?     
asked by 08.01.2018 / 17:45
0
answers

How to make a textarea occupy the window in the remaining vertical space

I'm trying to create a "chat window", I already have most things oriented, but I can not get a textarea to occupy the space that is "left" vertically in the window (this textarea is not the last element of the window). Below is my complete co...
asked by 12.01.2018 / 18:04