Questions tagged as 'css'

1
answer

Use CSS selectors to hide everything except an H3 [closed]

I am modifying with css a widget the wordpress in which there is a title of the news and a summary. It turns out that the title has an assigned class, but the summary only appears as "" (without class). So I wanted to select everything except...
asked by 20.08.2016 / 14:23
1
answer

Div is hidden by decreasing the width of the browser

I am editing the styles of this website: link The problem is that by decreasing the width of the browser the div called "site-top-bar-right" does not show its content, as shown in the following screenshot: Any suggestions or...
asked by 22.02.2017 / 16:30
3
answers

Divide a list into two columns without affecting other lists within it

Hi, I have problems dividing a list into two columns without affecting others that are inside them, the list is something like this: <ul id="rtl_func"> <li class="list_root" id="f_0">Tipos de Datos <ul id="c_0">...
asked by 29.03.2016 / 17:30
1
answer

Define variables with recurring names in Compass (SASS)

I need to define 100 variables which are composed of a prefix and the number such that: $negro_trans1 : rgba(0,0,0,.01); $negro_trans2 : rgba(0,0,0,.02); $negro_trans3 : rgba(0,0,0,.03); $negro_trans4 : rgba(0,0,0,.04); $negro_trans5 : rgba(...
asked by 04.12.2018 / 14:01
2
answers

Doubt about the way to show a form

Good evening, I have a form created in the following way: (in forms) RESULTADO_P = ( ('a', 'a'), ('b', 'b'), ('c', 'c'), ('?', '?'), ) class formulario(forms.Form): r1 = forms.ChoiceField(choices=RESULTADO_P, initia...
asked by 07.02.2016 / 15:17
1
answer

Repeat playback of animated banner

I made an animated banner in Google Web Designer and I can already see it in the browser, but only one is displayed or reproduced. time. How can I make it play infinitely?     
asked by 18.01.2016 / 17:45
0
answers

Problems loading CSS styles in Django project

I have started to maintain a site already built and I have been asked to add a carousel. I have integrated a model: class Event(models.Model): tag = models.CharField(max_length=100, verbose_name="Tag") title = models.CharField(max_len...
asked by 26.11.2018 / 03:44
2
answers

Insert video in HTML

I'm making a website that has a video on the cover. The problem is that the video is too loud, so I made the following resolution: CSS Code #video-container{ height:85vh; overflow:hidden; } video{ width: 100%; overflow:hidde...
asked by 26.10.2016 / 16:58
1
answer

Navbar depopulated and distorted

Good morning! More than an error I have a query with navbar (although they also occur with other situations). I'm starting a project but just happened to me that I do not understand why it happens: My code of default.Master is like this:...
asked by 21.05.2018 / 16:04
1
answer

Make a DIV appear from php

How can I do so that from a php modify a value of css I have a simple user access form, but I want that when checking that this user is registered, a div that was previously hidden in which will have different links and o...
asked by 25.06.2018 / 20:50